Shades of Free Speech Blue #3F49BD
Tints of Free Speech Blue #3F49BD
RGB
CMYK
RGB Variations
Color information
#3F49BD (or 0x3F49BD) is known color: Free Speech Blue. HEX triplet: 3F, 49 and BD. RGB value is (63,73,189). Sum of RGB (Red+Green+Blue) = 63+73+189=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F49BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F49BD is #C0B642. Grayscale: #525252. Windows color (decimal): -12629571 or 12405055. OLE color: 12405055.
HSL color Cylindrical-coordinate representation of color #3F49BD: hue angle of 235.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F49BD is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 73 | 189 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.26 |
| HSL | 235.24º | 0.5% | 0.49% | - |
| HSV(B) | 235.24º | 0.67% | 0.74% | - |
| XYZ | 13.62 | 9.5 | 49.26 | - |
| YUV | 83.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 189 | 0.67 | 0.61 | 0 | 0.26 | 235.24 | 0.5 | 0.49 |
| Hex | 3F | 49 | BD | 43 | 3D | 0 | 1A | EB | 32 | 31 |
| Octal | 77 | 111 | 275 | 103 | 75 | 0 | 32 | 353 | 62 | 61 |
| Binary | 111111 | 1001001 | 10111101 | 1000011 | 111101 | 0 | 11010 | 11101011 | 110010 | 110001 |
Color Harmonies of #3F49BD
Complementary color
Monochromatic Colors of #3F49BD
Black with #3F49BD
Text Example
Text Example
White with #3F49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F49BD; }
p { color: rgb(63,73,189); }
H1.HeaderClassName
{
color: #3F49BD;
}
.AnyTagClassName
{
color: #3F49BD;
}
</style>
background-color css
<style>
a { background-color: #3F49BD; }
a { background-color: rgb(63,73,189); }
div.DivClassName
{
background-color: #3F49BD;
}
.BgClassName
{
background-color: #3F49BD;
}
</style>
border-color css
<style>
span { border-color: #3F49BD; }
span { border-color: rgb(63,73,189); }
td.TdClassName
{
border-color: #3F49BD;
}
.TagClassName
{
border-color: #3F49BD;
}
</style>