Shades of Free Speech Blue #3E32DC
Tints of Free Speech Blue #3E32DC
RGB
CMYK
RGB Variations
Color information
#3E32DC (or 0x3E32DC) is known color: Free Speech Blue. HEX triplet: 3E, 32 and DC. RGB value is (62,50,220). Sum of RGB (Red+Green+Blue) = 62+50+220=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E32DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E32DC is #C1CD23. Grayscale: #484848. Windows color (decimal): -12700964 or 14430782. OLE color: 14430782.
HSL color Cylindrical-coordinate representation of color #3E32DC: hue angle of 244.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E32DC is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 50 | 220 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.14 |
| HSL | 244.24º | 0.71% | 0.53% | - |
| HSV(B) | 244.24º | 0.77% | 0.86% | - |
| XYZ | 16.05 | 8.47 | 68.5 | - |
| YUV | 72.97 | 210.98 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 220 | 0.72 | 0.77 | 0 | 0.14 | 244.24 | 0.71 | 0.53 |
| Hex | 3E | 32 | DC | 48 | 4D | 0 | E | F4 | 47 | 35 |
| Octal | 76 | 62 | 334 | 110 | 115 | 0 | 16 | 364 | 107 | 65 |
| Binary | 111110 | 110010 | 11011100 | 1001000 | 1001101 | 0 | 1110 | 11110100 | 1000111 | 110101 |
Color Harmonies of #3E32DC
Complementary color
Monochromatic Colors of #3E32DC
Black with #3E32DC
Text Example
Text Example
White with #3E32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32DC; }
p { color: rgb(62,50,220); }
H1.HeaderClassName
{
color: #3E32DC;
}
.AnyTagClassName
{
color: #3E32DC;
}
</style>
background-color css
<style>
a { background-color: #3E32DC; }
a { background-color: rgb(62,50,220); }
div.DivClassName
{
background-color: #3E32DC;
}
.BgClassName
{
background-color: #3E32DC;
}
</style>
border-color css
<style>
span { border-color: #3E32DC; }
span { border-color: rgb(62,50,220); }
td.TdClassName
{
border-color: #3E32DC;
}
.TagClassName
{
border-color: #3E32DC;
}
</style>