Shades of Free Speech Blue #3E36DB
Tints of Free Speech Blue #3E36DB
RGB
CMYK
RGB Variations
Color information
#3E36DB (or 0x3E36DB) is known color: Free Speech Blue. HEX triplet: 3E, 36 and DB. RGB value is (62,54,219). Sum of RGB (Red+Green+Blue) = 62+54+219=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E36DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E36DB is #C1C924. Grayscale: #4A4A4A. Windows color (decimal): -12699941 or 14366270. OLE color: 14366270.
HSL color Cylindrical-coordinate representation of color #3E36DB: hue angle of 242.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E36DB is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 54 | 219 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.14 |
| HSL | 242.91º | 0.7% | 0.54% | - |
| HSV(B) | 242.91º | 0.75% | 0.86% | - |
| XYZ | 16.09 | 8.78 | 67.86 | - |
| YUV | 75.2 | 209.15 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 219 | 0.72 | 0.75 | 0 | 0.14 | 242.91 | 0.7 | 0.54 |
| Hex | 3E | 36 | DB | 48 | 4B | 0 | E | F3 | 46 | 36 |
| Octal | 76 | 66 | 333 | 110 | 113 | 0 | 16 | 363 | 106 | 66 |
| Binary | 111110 | 110110 | 11011011 | 1001000 | 1001011 | 0 | 1110 | 11110011 | 1000110 | 110110 |
Color Harmonies of #3E36DB
Complementary color
Monochromatic Colors of #3E36DB
Black with #3E36DB
Text Example
Text Example
White with #3E36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E36DB; }
p { color: rgb(62,54,219); }
H1.HeaderClassName
{
color: #3E36DB;
}
.AnyTagClassName
{
color: #3E36DB;
}
</style>
background-color css
<style>
a { background-color: #3E36DB; }
a { background-color: rgb(62,54,219); }
div.DivClassName
{
background-color: #3E36DB;
}
.BgClassName
{
background-color: #3E36DB;
}
</style>
border-color css
<style>
span { border-color: #3E36DB; }
span { border-color: rgb(62,54,219); }
td.TdClassName
{
border-color: #3E36DB;
}
.TagClassName
{
border-color: #3E36DB;
}
</style>