#3f5dcd

Color #3F5DCD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3F5DCD

Tints of Free Speech Blue #3F5DCD

Color information

#3F5DCD (or 0x3F5DCD) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 5D and CD. RGB value is (63,93,205). Sum of RGB (Red+Green+Blue) = 63+93+205=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F5DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DCD is #C0A232. Grayscale: #606060. Windows color (decimal): -12624435 or 13458751. OLE color: 13458751.

HSL color Cylindrical-coordinate representation of color #3F5DCD: hue angle of 227.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F5DCD is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6393205-
CMYK0.690.5500.20
HSL227.32º58.68%52.55%-
HSV(B)227.32º69.27%80.39%-
XYZ16.9813.2959.43-
YUV96.8189.06103.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 17.45%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 205 (80.47% from 255) = 56.79%
R=17.45%
G=25.76%
B=56.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63932050.690.5500.20227.3258.6852.55
Hex3F5DCD4537014e33b35
Octal77135315105670243437365
Binary111111101110111001101100010111011101010011100011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f5dcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f5dcd; }

 p { color: rgb(63,93,205); }

 H1.HeaderClassName
 {
   color: #3f5dcd;
 }
 .AnyTagClassName
 {
   color: #3f5dcd;
 }
</style>
background-color css

<style>
 a { background-color: #3f5dcd; }

 a { background-color: rgb(63,93,205); }

 div.DivClassName
 {
   background-color: #3f5dcd;
 }
 .BgClassName
 {
   background-color: #3f5dcd;
 }
</style>
border-color css

<style>
 span { border-color: #3f5dcd; }

 span { border-color: rgb(63,93,205); }

 td.TdClassName
 {
   border-color: #3f5dcd;
 }
 .TagClassName
 {
   border-color: #3f5dcd;
 }
</style>