Shades of Free Speech Blue #3E33C0
Tints of Free Speech Blue #3E33C0
RGB
CMYK
RGB Variations
Color information
#3E33C0 (or 0x3E33C0) is known color: Free Speech Blue. HEX triplet: 3E, 33 and C0. RGB value is (62,51,192). Sum of RGB (Red+Green+Blue) = 62+51+192=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #3E33C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E33C0 is #C1CC3F. Grayscale: #454545. Windows color (decimal): -12700736 or 12596030. OLE color: 12596030.
HSL color Cylindrical-coordinate representation of color #3E33C0: hue angle of 244.68º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E33C0 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 51 | 192 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.25 |
| HSL | 244.68º | 0.58% | 0.48% | - |
| HSV(B) | 244.68º | 0.73% | 0.75% | - |
| XYZ | 12.68 | 7.2 | 50.59 | - |
| YUV | 70.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 192 | 0.68 | 0.73 | 0 | 0.25 | 244.68 | 0.58 | 0.48 |
| Hex | 3E | 33 | C0 | 44 | 49 | 0 | 19 | F5 | 3A | 30 |
| Octal | 76 | 63 | 300 | 104 | 111 | 0 | 31 | 365 | 72 | 60 |
| Binary | 111110 | 110011 | 11000000 | 1000100 | 1001001 | 0 | 11001 | 11110101 | 111010 | 110000 |
Color Harmonies of #3E33C0
Complementary color
Monochromatic Colors of #3E33C0
Black with #3E33C0
Text Example
Text Example
White with #3E33C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E33C0; }
p { color: rgb(62,51,192); }
H1.HeaderClassName
{
color: #3E33C0;
}
.AnyTagClassName
{
color: #3E33C0;
}
</style>
background-color css
<style>
a { background-color: #3E33C0; }
a { background-color: rgb(62,51,192); }
div.DivClassName
{
background-color: #3E33C0;
}
.BgClassName
{
background-color: #3E33C0;
}
</style>
border-color css
<style>
span { border-color: #3E33C0; }
span { border-color: rgb(62,51,192); }
td.TdClassName
{
border-color: #3E33C0;
}
.TagClassName
{
border-color: #3E33C0;
}
</style>