Shades of Free Speech Blue #3E33D8
Tints of Free Speech Blue #3E33D8
RGB
CMYK
RGB Variations
Color information
#3E33D8 (or 0x3E33D8) is known color: Free Speech Blue. HEX triplet: 3E, 33 and D8. RGB value is (62,51,216). Sum of RGB (Red+Green+Blue) = 62+51+216=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 216 (84.77% from 255 or 65.65% from 329); Max value from RGB is 216 - color contains mainly: blue. Hex color #3E33D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E33D8 is #C1CC27. Grayscale: #484848. Windows color (decimal): -12700712 or 14168894. OLE color: 14168894.
HSL color Cylindrical-coordinate representation of color #3E33D8: hue angle of 244º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E33D8 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 51 | 216 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.15 |
| HSL | 244º | 0.68% | 0.52% | - |
| HSV(B) | 244º | 0.76% | 0.85% | - |
| XYZ | 15.57 | 8.35 | 65.76 | - |
| YUV | 73.1 | 208.64 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 216 | 0.71 | 0.76 | 0 | 0.15 | 244 | 0.68 | 0.52 |
| Hex | 3E | 33 | D8 | 47 | 4C | 0 | F | F4 | 44 | 34 |
| Octal | 76 | 63 | 330 | 107 | 114 | 0 | 17 | 364 | 104 | 64 |
| Binary | 111110 | 110011 | 11011000 | 1000111 | 1001100 | 0 | 1111 | 11110100 | 1000100 | 110100 |
Color Harmonies of #3E33D8
Complementary color
Monochromatic Colors of #3E33D8
Black with #3E33D8
Text Example
Text Example
White with #3E33D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E33D8; }
p { color: rgb(62,51,216); }
H1.HeaderClassName
{
color: #3E33D8;
}
.AnyTagClassName
{
color: #3E33D8;
}
</style>
background-color css
<style>
a { background-color: #3E33D8; }
a { background-color: rgb(62,51,216); }
div.DivClassName
{
background-color: #3E33D8;
}
.BgClassName
{
background-color: #3E33D8;
}
</style>
border-color css
<style>
span { border-color: #3E33D8; }
span { border-color: rgb(62,51,216); }
td.TdClassName
{
border-color: #3E33D8;
}
.TagClassName
{
border-color: #3E33D8;
}
</style>