Shades of Free Speech Blue #3E32DA
Tints of Free Speech Blue #3E32DA
RGB
CMYK
RGB Variations
Color information
#3E32DA (or 0x3E32DA) is known color: Free Speech Blue. HEX triplet: 3E, 32 and DA. RGB value is (62,50,218). Sum of RGB (Red+Green+Blue) = 62+50+218=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E32DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E32DA is #C1CD25. Grayscale: #484848. Windows color (decimal): -12700966 or 14299710. OLE color: 14299710.
HSL color Cylindrical-coordinate representation of color #3E32DA: hue angle of 244.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E32DA is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 50 | 218 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.15 |
| HSL | 244.29º | 0.69% | 0.53% | - |
| HSV(B) | 244.29º | 0.77% | 0.85% | - |
| XYZ | 15.78 | 8.37 | 67.11 | - |
| YUV | 72.74 | 209.98 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 218 | 0.72 | 0.77 | 0 | 0.15 | 244.29 | 0.69 | 0.53 |
| Hex | 3E | 32 | DA | 48 | 4D | 0 | F | F4 | 45 | 35 |
| Octal | 76 | 62 | 332 | 110 | 115 | 0 | 17 | 364 | 105 | 65 |
| Binary | 111110 | 110010 | 11011010 | 1001000 | 1001101 | 0 | 1111 | 11110100 | 1000101 | 110101 |
Color Harmonies of #3E32DA
Complementary color
Monochromatic Colors of #3E32DA
Black with #3E32DA
Text Example
Text Example
White with #3E32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32DA; }
p { color: rgb(62,50,218); }
H1.HeaderClassName
{
color: #3E32DA;
}
.AnyTagClassName
{
color: #3E32DA;
}
</style>
background-color css
<style>
a { background-color: #3E32DA; }
a { background-color: rgb(62,50,218); }
div.DivClassName
{
background-color: #3E32DA;
}
.BgClassName
{
background-color: #3E32DA;
}
</style>
border-color css
<style>
span { border-color: #3E32DA; }
span { border-color: rgb(62,50,218); }
td.TdClassName
{
border-color: #3E32DA;
}
.TagClassName
{
border-color: #3E32DA;
}
</style>