Shades of Free Speech Blue #3E4EBC
Tints of Free Speech Blue #3E4EBC
RGB
CMYK
RGB Variations
Color information
#3E4EBC (or 0x3E4EBC) is known color: Free Speech Blue. HEX triplet: 3E, 4E and BC. RGB value is (62,78,188). Sum of RGB (Red+Green+Blue) = 62+78+188=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E4EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4EBC is #C1B143. Grayscale: #555555. Windows color (decimal): -12693828 or 12340798. OLE color: 12340798.
HSL color Cylindrical-coordinate representation of color #3E4EBC: hue angle of 232.38º 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 #3E4EBC is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 78 | 188 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.26 |
| HSL | 232.38º | 0.5% | 0.49% | - |
| HSV(B) | 232.38º | 0.67% | 0.74% | - |
| XYZ | 13.79 | 10.1 | 48.8 | - |
| YUV | 85.76 | 185.7 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 188 | 0.67 | 0.59 | 0 | 0.26 | 232.38 | 0.5 | 0.49 |
| Hex | 3E | 4E | BC | 43 | 3B | 0 | 1A | E8 | 32 | 31 |
| Octal | 76 | 116 | 274 | 103 | 73 | 0 | 32 | 350 | 62 | 61 |
| Binary | 111110 | 1001110 | 10111100 | 1000011 | 111011 | 0 | 11010 | 11101000 | 110010 | 110001 |
Color Harmonies of #3E4EBC
Complementary color
Monochromatic Colors of #3E4EBC
Black with #3E4EBC
Text Example
Text Example
White with #3E4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4EBC; }
p { color: rgb(62,78,188); }
H1.HeaderClassName
{
color: #3E4EBC;
}
.AnyTagClassName
{
color: #3E4EBC;
}
</style>
background-color css
<style>
a { background-color: #3E4EBC; }
a { background-color: rgb(62,78,188); }
div.DivClassName
{
background-color: #3E4EBC;
}
.BgClassName
{
background-color: #3E4EBC;
}
</style>
border-color css
<style>
span { border-color: #3E4EBC; }
span { border-color: rgb(62,78,188); }
td.TdClassName
{
border-color: #3E4EBC;
}
.TagClassName
{
border-color: #3E4EBC;
}
</style>