Shades of Free Speech Blue #3E40CE
Tints of Free Speech Blue #3E40CE
RGB
CMYK
RGB Variations
Color information
#3E40CE (or 0x3E40CE) is known color: Free Speech Blue. HEX triplet: 3E, 40 and CE. RGB value is (62,64,206). Sum of RGB (Red+Green+Blue) = 62+64+206=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E40CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E40CE is #C1BF31. Grayscale: #4F4F4F. Windows color (decimal): -12697394 or 13516862. OLE color: 13516862.
HSL color Cylindrical-coordinate representation of color #3E40CE: hue angle of 239.17º 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 #3E40CE is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 64 | 206 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.19 |
| HSL | 239.17º | 0.6% | 0.53% | - |
| HSV(B) | 239.17º | 0.7% | 0.81% | - |
| XYZ | 14.96 | 9.15 | 59.37 | - |
| YUV | 79.59 | 199.34 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 206 | 0.70 | 0.69 | 0 | 0.19 | 239.17 | 0.6 | 0.53 |
| Hex | 3E | 40 | CE | 46 | 45 | 0 | 13 | EF | 3C | 35 |
| Octal | 76 | 100 | 316 | 106 | 105 | 0 | 23 | 357 | 74 | 65 |
| Binary | 111110 | 1000000 | 11001110 | 1000110 | 1000101 | 0 | 10011 | 11101111 | 111100 | 110101 |
Color Harmonies of #3E40CE
Complementary color
Monochromatic Colors of #3E40CE
Black with #3E40CE
Text Example
Text Example
White with #3E40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E40CE; }
p { color: rgb(62,64,206); }
H1.HeaderClassName
{
color: #3E40CE;
}
.AnyTagClassName
{
color: #3E40CE;
}
</style>
background-color css
<style>
a { background-color: #3E40CE; }
a { background-color: rgb(62,64,206); }
div.DivClassName
{
background-color: #3E40CE;
}
.BgClassName
{
background-color: #3E40CE;
}
</style>
border-color css
<style>
span { border-color: #3E40CE; }
span { border-color: rgb(62,64,206); }
td.TdClassName
{
border-color: #3E40CE;
}
.TagClassName
{
border-color: #3E40CE;
}
</style>