Shades of Free Speech Blue #3E47CE
Tints of Free Speech Blue #3E47CE
RGB
CMYK
RGB Variations
Color information
#3E47CE (or 0x3E47CE) is known color: Free Speech Blue. HEX triplet: 3E, 47 and CE. RGB value is (62,71,206). Sum of RGB (Red+Green+Blue) = 62+71+206=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E47CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E47CE is #C1B831. Grayscale: #535353. Windows color (decimal): -12695602 or 13518654. OLE color: 13518654.
HSL color Cylindrical-coordinate representation of color #3E47CE: hue angle of 236.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E47CE is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 71 | 206 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.19 |
| HSL | 236.25º | 0.6% | 0.53% | - |
| HSV(B) | 236.25º | 0.7% | 0.81% | - |
| XYZ | 15.38 | 9.99 | 59.51 | - |
| YUV | 83.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 206 | 0.70 | 0.66 | 0 | 0.19 | 236.25 | 0.6 | 0.53 |
| Hex | 3E | 47 | CE | 46 | 42 | 0 | 13 | EC | 3C | 35 |
| Octal | 76 | 107 | 316 | 106 | 102 | 0 | 23 | 354 | 74 | 65 |
| Binary | 111110 | 1000111 | 11001110 | 1000110 | 1000010 | 0 | 10011 | 11101100 | 111100 | 110101 |
Color Harmonies of #3E47CE
Complementary color
Monochromatic Colors of #3E47CE
Black with #3E47CE
Text Example
Text Example
White with #3E47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E47CE; }
p { color: rgb(62,71,206); }
H1.HeaderClassName
{
color: #3E47CE;
}
.AnyTagClassName
{
color: #3E47CE;
}
</style>
background-color css
<style>
a { background-color: #3E47CE; }
a { background-color: rgb(62,71,206); }
div.DivClassName
{
background-color: #3E47CE;
}
.BgClassName
{
background-color: #3E47CE;
}
</style>
border-color css
<style>
span { border-color: #3E47CE; }
span { border-color: rgb(62,71,206); }
td.TdClassName
{
border-color: #3E47CE;
}
.TagClassName
{
border-color: #3E47CE;
}
</style>