Shades of Free Speech Blue #3E47CF
Tints of Free Speech Blue #3E47CF
RGB
CMYK
RGB Variations
Color information
#3E47CF (or 0x3E47CF) is known color: Free Speech Blue. HEX triplet: 3E, 47 and CF. RGB value is (62,71,207). Sum of RGB (Red+Green+Blue) = 62+71+207=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E47CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E47CF is #C1B830. Grayscale: #535353. Windows color (decimal): -12695601 or 13584190. OLE color: 13584190.
HSL color Cylindrical-coordinate representation of color #3E47CF: hue angle of 236.28º 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 #3E47CF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 71 | 207 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.19 |
| HSL | 236.28º | 0.6% | 0.53% | - |
| HSV(B) | 236.28º | 0.7% | 0.81% | - |
| XYZ | 15.5 | 10.04 | 60.15 | - |
| YUV | 83.81 | 197.52 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 207 | 0.70 | 0.66 | 0 | 0.19 | 236.28 | 0.6 | 0.53 |
| Hex | 3E | 47 | CF | 46 | 42 | 0 | 13 | EC | 3C | 35 |
| Octal | 76 | 107 | 317 | 106 | 102 | 0 | 23 | 354 | 74 | 65 |
| Binary | 111110 | 1000111 | 11001111 | 1000110 | 1000010 | 0 | 10011 | 11101100 | 111100 | 110101 |
Color Harmonies of #3E47CF
Complementary color
Monochromatic Colors of #3E47CF
Black with #3E47CF
Text Example
Text Example
White with #3E47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E47CF; }
p { color: rgb(62,71,207); }
H1.HeaderClassName
{
color: #3E47CF;
}
.AnyTagClassName
{
color: #3E47CF;
}
</style>
background-color css
<style>
a { background-color: #3E47CF; }
a { background-color: rgb(62,71,207); }
div.DivClassName
{
background-color: #3E47CF;
}
.BgClassName
{
background-color: #3E47CF;
}
</style>
border-color css
<style>
span { border-color: #3E47CF; }
span { border-color: rgb(62,71,207); }
td.TdClassName
{
border-color: #3E47CF;
}
.TagClassName
{
border-color: #3E47CF;
}
</style>