Shades of Free Speech Blue #3E4ECF
Tints of Free Speech Blue #3E4ECF
RGB
CMYK
RGB Variations
Color information
#3E4ECF (or 0x3E4ECF) is known color: Free Speech Blue. HEX triplet: 3E, 4E and CF. RGB value is (62,78,207). Sum of RGB (Red+Green+Blue) = 62+78+207=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E4ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4ECF is #C1B130. Grayscale: #575757. Windows color (decimal): -12693809 or 13585982. OLE color: 13585982.
HSL color Cylindrical-coordinate representation of color #3E4ECF: hue angle of 233.38º 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 #3E4ECF is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 78 | 207 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.19 |
| HSL | 233.38º | 0.6% | 0.53% | - |
| HSV(B) | 233.38º | 0.7% | 0.81% | - |
| XYZ | 15.97 | 10.98 | 60.31 | - |
| YUV | 87.92 | 195.2 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 207 | 0.70 | 0.62 | 0 | 0.19 | 233.38 | 0.6 | 0.53 |
| Hex | 3E | 4E | CF | 46 | 3E | 0 | 13 | E9 | 3C | 35 |
| Octal | 76 | 116 | 317 | 106 | 76 | 0 | 23 | 351 | 74 | 65 |
| Binary | 111110 | 1001110 | 11001111 | 1000110 | 111110 | 0 | 10011 | 11101001 | 111100 | 110101 |
Color Harmonies of #3E4ECF
Complementary color
Monochromatic Colors of #3E4ECF
Black with #3E4ECF
Text Example
Text Example
White with #3E4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4ECF; }
p { color: rgb(62,78,207); }
H1.HeaderClassName
{
color: #3E4ECF;
}
.AnyTagClassName
{
color: #3E4ECF;
}
</style>
background-color css
<style>
a { background-color: #3E4ECF; }
a { background-color: rgb(62,78,207); }
div.DivClassName
{
background-color: #3E4ECF;
}
.BgClassName
{
background-color: #3E4ECF;
}
</style>
border-color css
<style>
span { border-color: #3E4ECF; }
span { border-color: rgb(62,78,207); }
td.TdClassName
{
border-color: #3E4ECF;
}
.TagClassName
{
border-color: #3E4ECF;
}
</style>