#3F49D9

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

Shades of Free Speech Blue #3F49D9

Tints of Free Speech Blue #3F49D9

Color information

#3F49D9 (or 0x3F49D9) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 49 and D9. RGB value is (63,73,217). Sum of RGB (Red+Green+Blue) = 63+73+217=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 217 (85.16% from 255 or 61.47% from 353); Max value from RGB is 217 - color contains mainly: blue. Hex color #3F49D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F49D9 is #C0B626. Grayscale: #555555. Windows color (decimal): -12629543 or 14240063. OLE color: 14240063.

HSL color Cylindrical-coordinate representation of color #3F49D9: hue angle of 236.1º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F49D9 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6373217-
CMYK0.710.6600.15
HSL236.1º66.96%54.9%-
HSV(B)236.1º70.97%85.1%-
XYZ16.9610.8366.84-
YUV86.43201.69111.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.85%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 217 (85.16% from 255) = 61.47%
R=17.85%
G=20.68%
B=61.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal63732170.710.6600.15236.166.9654.9
Hex3F49D947420Fec4337
Octal7711133110710201735410367
Binary1111111001001110110011000111100001001111111011001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F49D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,73,217); }

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

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

 a { background-color: rgb(63,73,217); }

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

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

 span { border-color: rgb(63,73,217); }

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