#3F45D4

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

Shades of Free Speech Blue #3F45D4

Tints of Free Speech Blue #3F45D4

Color information

#3F45D4 (or 0x3F45D4) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 45 and D4. RGB value is (63,69,212). Sum of RGB (Red+Green+Blue) = 63+69+212=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 212 (83.20% from 255 or 61.63% from 344); Max value from RGB is 212 - color contains mainly: blue. Hex color #3F45D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F45D4 is #C0BA2B. Grayscale: #525252. Windows color (decimal): -12630572 or 13911359. OLE color: 13911359.

HSL color Cylindrical-coordinate representation of color #3F45D4: hue angle of 237.58º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F45D4 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6369212-
CMYK0.700.6700.17
HSL237.58º63.4%53.92%-
HSV(B)237.58º70.28%83.14%-
XYZ16.0610.0763.38-
YUV83.51200.51113.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.31%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 212 (83.20% from 255) = 61.63%
R=18.31%
G=20.06%
B=61.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal63692120.700.6700.17237.5863.453.92
Hex3F45D44643011ee3f36
Octal771053241061030213567766
Binary1111111000101110101001000110100001101000111101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F45D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,212); }

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

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

 a { background-color: rgb(63,69,212); }

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

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

 span { border-color: rgb(63,69,212); }

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