Shades of Free Speech Blue #3E4ECD
Tints of Free Speech Blue #3E4ECD
RGB
CMYK
RGB Variations
Color information
#3E4ECD (or 0x3E4ECD) is known color: Free Speech Blue. HEX triplet: 3E, 4E and CD. RGB value is (62,78,205). Sum of RGB (Red+Green+Blue) = 62+78+205=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E4ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4ECD is #C1B132. Grayscale: #575757. Windows color (decimal): -12693811 or 13454910. OLE color: 13454910.
HSL color Cylindrical-coordinate representation of color #3E4ECD: hue angle of 233.29º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E4ECD is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 78 | 205 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.20 |
| HSL | 233.29º | 0.59% | 0.52% | - |
| HSV(B) | 233.29º | 0.7% | 0.8% | - |
| XYZ | 15.73 | 10.88 | 59.03 | - |
| YUV | 87.69 | 194.2 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 205 | 0.70 | 0.62 | 0 | 0.20 | 233.29 | 0.59 | 0.52 |
| Hex | 3E | 4E | CD | 46 | 3E | 0 | 14 | E9 | 3B | 34 |
| Octal | 76 | 116 | 315 | 106 | 76 | 0 | 24 | 351 | 73 | 64 |
| Binary | 111110 | 1001110 | 11001101 | 1000110 | 111110 | 0 | 10100 | 11101001 | 111011 | 110100 |
Color Harmonies of #3E4ECD
Complementary color
Monochromatic Colors of #3E4ECD
Black with #3E4ECD
Text Example
Text Example
White with #3E4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4ECD; }
p { color: rgb(62,78,205); }
H1.HeaderClassName
{
color: #3E4ECD;
}
.AnyTagClassName
{
color: #3E4ECD;
}
</style>
background-color css
<style>
a { background-color: #3E4ECD; }
a { background-color: rgb(62,78,205); }
div.DivClassName
{
background-color: #3E4ECD;
}
.BgClassName
{
background-color: #3E4ECD;
}
</style>
border-color css
<style>
span { border-color: #3E4ECD; }
span { border-color: rgb(62,78,205); }
td.TdClassName
{
border-color: #3E4ECD;
}
.TagClassName
{
border-color: #3E4ECD;
}
</style>