Shades of Free Speech Blue #3E51CE
Tints of Free Speech Blue #3E51CE
RGB
CMYK
RGB Variations
Color information
#3E51CE (or 0x3E51CE) is known color: Free Speech Blue. HEX triplet: 3E, 51 and CE. RGB value is (62,81,206). Sum of RGB (Red+Green+Blue) = 62+81+206=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E51CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E51CE is #C1AE31. Grayscale: #595959. Windows color (decimal): -12693042 or 13521214. OLE color: 13521214.
HSL color Cylindrical-coordinate representation of color #3E51CE: hue angle of 232.08º 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 #3E51CE is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 81 | 206 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.19 |
| HSL | 232.08º | 0.6% | 0.53% | - |
| HSV(B) | 232.08º | 0.7% | 0.81% | - |
| XYZ | 16.07 | 11.37 | 59.74 | - |
| YUV | 89.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 206 | 0.70 | 0.61 | 0 | 0.19 | 232.08 | 0.6 | 0.53 |
| Hex | 3E | 51 | CE | 46 | 3D | 0 | 13 | E8 | 3C | 35 |
| Octal | 76 | 121 | 316 | 106 | 75 | 0 | 23 | 350 | 74 | 65 |
| Binary | 111110 | 1010001 | 11001110 | 1000110 | 111101 | 0 | 10011 | 11101000 | 111100 | 110101 |
Color Harmonies of #3E51CE
Complementary color
Monochromatic Colors of #3E51CE
Black with #3E51CE
Text Example
Text Example
White with #3E51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E51CE; }
p { color: rgb(62,81,206); }
H1.HeaderClassName
{
color: #3E51CE;
}
.AnyTagClassName
{
color: #3E51CE;
}
</style>
background-color css
<style>
a { background-color: #3E51CE; }
a { background-color: rgb(62,81,206); }
div.DivClassName
{
background-color: #3E51CE;
}
.BgClassName
{
background-color: #3E51CE;
}
</style>
border-color css
<style>
span { border-color: #3E51CE; }
span { border-color: rgb(62,81,206); }
td.TdClassName
{
border-color: #3E51CE;
}
.TagClassName
{
border-color: #3E51CE;
}
</style>