Shades of Free Speech Blue #3E36DD
Tints of Free Speech Blue #3E36DD
RGB
CMYK
RGB Variations
Color information
#3E36DD (or 0x3E36DD) is known color: Free Speech Blue. HEX triplet: 3E, 36 and DD. RGB value is (62,54,221). Sum of RGB (Red+Green+Blue) = 62+54+221=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E36DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E36DD is #C1C922. Grayscale: #4A4A4A. Windows color (decimal): -12699939 or 14497342. OLE color: 14497342.
HSL color Cylindrical-coordinate representation of color #3E36DD: hue angle of 242.87º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E36DD is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 54 | 221 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.13 |
| HSL | 242.87º | 0.71% | 0.54% | - |
| HSV(B) | 242.87º | 0.76% | 0.87% | - |
| XYZ | 16.36 | 8.88 | 69.26 | - |
| YUV | 75.43 | 210.15 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 221 | 0.72 | 0.76 | 0 | 0.13 | 242.87 | 0.71 | 0.54 |
| Hex | 3E | 36 | DD | 48 | 4C | 0 | D | F3 | 47 | 36 |
| Octal | 76 | 66 | 335 | 110 | 114 | 0 | 15 | 363 | 107 | 66 |
| Binary | 111110 | 110110 | 11011101 | 1001000 | 1001100 | 0 | 1101 | 11110011 | 1000111 | 110110 |
Color Harmonies of #3E36DD
Complementary color
Monochromatic Colors of #3E36DD
Black with #3E36DD
Text Example
Text Example
White with #3E36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E36DD; }
p { color: rgb(62,54,221); }
H1.HeaderClassName
{
color: #3E36DD;
}
.AnyTagClassName
{
color: #3E36DD;
}
</style>
background-color css
<style>
a { background-color: #3E36DD; }
a { background-color: rgb(62,54,221); }
div.DivClassName
{
background-color: #3E36DD;
}
.BgClassName
{
background-color: #3E36DD;
}
</style>
border-color css
<style>
span { border-color: #3E36DD; }
span { border-color: rgb(62,54,221); }
td.TdClassName
{
border-color: #3E36DD;
}
.TagClassName
{
border-color: #3E36DD;
}
</style>