Shades of Free Speech Blue #3E3FCE
Tints of Free Speech Blue #3E3FCE
RGB
CMYK
RGB Variations
Color information
#3E3FCE (or 0x3E3FCE) is known color: Free Speech Blue. HEX triplet: 3E, 3F and CE. RGB value is (62,63,206). Sum of RGB (Red+Green+Blue) = 62+63+206=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E3FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3FCE is #C1C031. Grayscale: #4E4E4E. Windows color (decimal): -12697650 or 13516606. OLE color: 13516606.
HSL color Cylindrical-coordinate representation of color #3E3FCE: hue angle of 239.58º 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 #3E3FCE is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 63 | 206 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.19 |
| HSL | 239.58º | 0.6% | 0.53% | - |
| HSV(B) | 239.58º | 0.7% | 0.81% | - |
| XYZ | 14.9 | 9.04 | 59.35 | - |
| YUV | 79 | 199.67 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 206 | 0.70 | 0.69 | 0 | 0.19 | 239.58 | 0.6 | 0.53 |
| Hex | 3E | 3F | CE | 46 | 45 | 0 | 13 | F0 | 3C | 35 |
| Octal | 76 | 77 | 316 | 106 | 105 | 0 | 23 | 360 | 74 | 65 |
| Binary | 111110 | 111111 | 11001110 | 1000110 | 1000101 | 0 | 10011 | 11110000 | 111100 | 110101 |
Color Harmonies of #3E3FCE
Complementary color
Monochromatic Colors of #3E3FCE
Black with #3E3FCE
Text Example
Text Example
White with #3E3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3FCE; }
p { color: rgb(62,63,206); }
H1.HeaderClassName
{
color: #3E3FCE;
}
.AnyTagClassName
{
color: #3E3FCE;
}
</style>
background-color css
<style>
a { background-color: #3E3FCE; }
a { background-color: rgb(62,63,206); }
div.DivClassName
{
background-color: #3E3FCE;
}
.BgClassName
{
background-color: #3E3FCE;
}
</style>
border-color css
<style>
span { border-color: #3E3FCE; }
span { border-color: rgb(62,63,206); }
td.TdClassName
{
border-color: #3E3FCE;
}
.TagClassName
{
border-color: #3E3FCE;
}
</style>