#3f51c4

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

Shades of Free Speech Blue #3F51C4

Tints of Free Speech Blue #3F51C4

Color information

#3F51C4 (or 0x3F51C4) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 51 and C4. RGB value is (63,81,196). Sum of RGB (Red+Green+Blue) = 63+81+196=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 196 (76.95% from 255 or 57.65% from 340); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F51C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F51C4 is #C0AE3B. Grayscale: #585858. Windows color (decimal): -12627516 or 12865855. OLE color: 12865855.

HSL color Cylindrical-coordinate representation of color #3F51C4: hue angle of 231.88º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F51C4 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6381196-
CMYK0.680.5900.23
HSL231.88º52.99%50.78%-
HSV(B)231.88º67.86%76.86%-
XYZ14.9610.9353.55-
YUV88.73188.54109.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 196 (76.95% from 255) = 57.65%
R=18.53%
G=23.82%
B=57.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal63811960.680.5900.23231.8852.9950.78
Hex3F51C4443B017e83533
Octal77121304104730273506563
Binary111111101000111000100100010011101101011111101000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f51c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,81,196); }

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

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

 a { background-color: rgb(63,81,196); }

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

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

 span { border-color: rgb(63,81,196); }

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