Shades of Free Speech Blue #3E2FCE
Tints of Free Speech Blue #3E2FCE
RGB
CMYK
RGB Variations
Color information
#3E2FCE (or 0x3E2FCE) is known color: Free Speech Blue. HEX triplet: 3E, 2F and CE. RGB value is (62,47,206). Sum of RGB (Red+Green+Blue) = 62+47+206=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2FCE is #C1D031. Grayscale: #444444. Windows color (decimal): -12701746 or 13512510. OLE color: 13512510.
HSL color Cylindrical-coordinate representation of color #3E2FCE: hue angle of 245.66º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E2FCE is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 47 | 206 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.19 |
| HSL | 245.66º | 0.63% | 0.5% | - |
| HSV(B) | 245.66º | 0.77% | 0.81% | - |
| XYZ | 14.14 | 7.51 | 59.1 | - |
| YUV | 69.61 | 204.97 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 206 | 0.70 | 0.77 | 0 | 0.19 | 245.66 | 0.63 | 0.5 |
| Hex | 3E | 2F | CE | 46 | 4D | 0 | 13 | F6 | 3F | 32 |
| Octal | 76 | 57 | 316 | 106 | 115 | 0 | 23 | 366 | 77 | 62 |
| Binary | 111110 | 101111 | 11001110 | 1000110 | 1001101 | 0 | 10011 | 11110110 | 111111 | 110010 |
Color Harmonies of #3E2FCE
Complementary color
Monochromatic Colors of #3E2FCE
Black with #3E2FCE
Text Example
Text Example
White with #3E2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2FCE; }
p { color: rgb(62,47,206); }
H1.HeaderClassName
{
color: #3E2FCE;
}
.AnyTagClassName
{
color: #3E2FCE;
}
</style>
background-color css
<style>
a { background-color: #3E2FCE; }
a { background-color: rgb(62,47,206); }
div.DivClassName
{
background-color: #3E2FCE;
}
.BgClassName
{
background-color: #3E2FCE;
}
</style>
border-color css
<style>
span { border-color: #3E2FCE; }
span { border-color: rgb(62,47,206); }
td.TdClassName
{
border-color: #3E2FCE;
}
.TagClassName
{
border-color: #3E2FCE;
}
</style>