Shades of Free Speech Blue #3E4DB9
Tints of Free Speech Blue #3E4DB9
RGB
CMYK
RGB Variations
Color information
#3E4DB9 (or 0x3E4DB9) is known color: Free Speech Blue. HEX triplet: 3E, 4D and B9. RGB value is (62,77,185). Sum of RGB (Red+Green+Blue) = 62+77+185=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #3E4DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DB9 is #C1B246. Grayscale: #545454. Windows color (decimal): -12694087 or 12143934. OLE color: 12143934.
HSL color Cylindrical-coordinate representation of color #3E4DB9: hue angle of 232.68º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E4DB9 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 77 | 185 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.27 |
| HSL | 232.68º | 0.5% | 0.48% | - |
| HSV(B) | 232.68º | 0.66% | 0.73% | - |
| XYZ | 13.4 | 9.83 | 47.09 | - |
| YUV | 84.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 185 | 0.66 | 0.58 | 0 | 0.27 | 232.68 | 0.5 | 0.48 |
| Hex | 3E | 4D | B9 | 42 | 3A | 0 | 1B | E9 | 32 | 30 |
| Octal | 76 | 115 | 271 | 102 | 72 | 0 | 33 | 351 | 62 | 60 |
| Binary | 111110 | 1001101 | 10111001 | 1000010 | 111010 | 0 | 11011 | 11101001 | 110010 | 110000 |
Color Harmonies of #3E4DB9
Complementary color
Monochromatic Colors of #3E4DB9
Black with #3E4DB9
Text Example
Text Example
White with #3E4DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4DB9; }
p { color: rgb(62,77,185); }
H1.HeaderClassName
{
color: #3E4DB9;
}
.AnyTagClassName
{
color: #3E4DB9;
}
</style>
background-color css
<style>
a { background-color: #3E4DB9; }
a { background-color: rgb(62,77,185); }
div.DivClassName
{
background-color: #3E4DB9;
}
.BgClassName
{
background-color: #3E4DB9;
}
</style>
border-color css
<style>
span { border-color: #3E4DB9; }
span { border-color: rgb(62,77,185); }
td.TdClassName
{
border-color: #3E4DB9;
}
.TagClassName
{
border-color: #3E4DB9;
}
</style>