Shades of Free Speech Blue #3E32CE
Tints of Free Speech Blue #3E32CE
RGB
CMYK
RGB Variations
Color information
#3E32CE (or 0x3E32CE) is known color: Free Speech Blue. HEX triplet: 3E, 32 and CE. RGB value is (62,50,206). Sum of RGB (Red+Green+Blue) = 62+50+206=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E32CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E32CE is #C1CD31. Grayscale: #464646. Windows color (decimal): -12700978 or 13513278. OLE color: 13513278.
HSL color Cylindrical-coordinate representation of color #3E32CE: hue angle of 244.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E32CE is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 50 | 206 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.19 |
| HSL | 244.62º | 0.61% | 0.5% | - |
| HSV(B) | 244.62º | 0.76% | 0.81% | - |
| XYZ | 14.27 | 7.76 | 59.14 | - |
| YUV | 71.37 | 203.98 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 206 | 0.70 | 0.76 | 0 | 0.19 | 244.62 | 0.61 | 0.5 |
| Hex | 3E | 32 | CE | 46 | 4C | 0 | 13 | F5 | 3D | 32 |
| Octal | 76 | 62 | 316 | 106 | 114 | 0 | 23 | 365 | 75 | 62 |
| Binary | 111110 | 110010 | 11001110 | 1000110 | 1001100 | 0 | 10011 | 11110101 | 111101 | 110010 |
Color Harmonies of #3E32CE
Complementary color
Monochromatic Colors of #3E32CE
Black with #3E32CE
Text Example
Text Example
White with #3E32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32CE; }
p { color: rgb(62,50,206); }
H1.HeaderClassName
{
color: #3E32CE;
}
.AnyTagClassName
{
color: #3E32CE;
}
</style>
background-color css
<style>
a { background-color: #3E32CE; }
a { background-color: rgb(62,50,206); }
div.DivClassName
{
background-color: #3E32CE;
}
.BgClassName
{
background-color: #3E32CE;
}
</style>
border-color css
<style>
span { border-color: #3E32CE; }
span { border-color: rgb(62,50,206); }
td.TdClassName
{
border-color: #3E32CE;
}
.TagClassName
{
border-color: #3E32CE;
}
</style>