Shades of Free Speech Blue #3E51DB
Tints of Free Speech Blue #3E51DB
RGB
CMYK
RGB Variations
Color information
#3E51DB (or 0x3E51DB) is known color: Free Speech Blue. HEX triplet: 3E, 51 and DB. RGB value is (62,81,219). Sum of RGB (Red+Green+Blue) = 62+81+219=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E51DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E51DB is #C1AE24. Grayscale: #5A5A5A. Windows color (decimal): -12693029 or 14373182. OLE color: 14373182.
HSL color Cylindrical-coordinate representation of color #3E51DB: hue angle of 232.74º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E51DB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 81 | 219 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.14 |
| HSL | 232.74º | 0.69% | 0.55% | - |
| HSV(B) | 232.74º | 0.72% | 0.86% | - |
| XYZ | 17.72 | 12.02 | 68.4 | - |
| YUV | 91.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 219 | 0.72 | 0.63 | 0 | 0.14 | 232.74 | 0.69 | 0.55 |
| Hex | 3E | 51 | DB | 48 | 3F | 0 | E | E9 | 45 | 37 |
| Octal | 76 | 121 | 333 | 110 | 77 | 0 | 16 | 351 | 105 | 67 |
| Binary | 111110 | 1010001 | 11011011 | 1001000 | 111111 | 0 | 1110 | 11101001 | 1000101 | 110111 |
Color Harmonies of #3E51DB
Complementary color
Monochromatic Colors of #3E51DB
Black with #3E51DB
Text Example
Text Example
White with #3E51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E51DB; }
p { color: rgb(62,81,219); }
H1.HeaderClassName
{
color: #3E51DB;
}
.AnyTagClassName
{
color: #3E51DB;
}
</style>
background-color css
<style>
a { background-color: #3E51DB; }
a { background-color: rgb(62,81,219); }
div.DivClassName
{
background-color: #3E51DB;
}
.BgClassName
{
background-color: #3E51DB;
}
</style>
border-color css
<style>
span { border-color: #3E51DB; }
span { border-color: rgb(62,81,219); }
td.TdClassName
{
border-color: #3E51DB;
}
.TagClassName
{
border-color: #3E51DB;
}
</style>