Shades of Free Speech Blue #3E3ADB
Tints of Free Speech Blue #3E3ADB
RGB
CMYK
RGB Variations
Color information
#3E3ADB (or 0x3E3ADB) is known color: Free Speech Blue. HEX triplet: 3E, 3A and DB. RGB value is (62,58,219). Sum of RGB (Red+Green+Blue) = 62+58+219=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E3ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3ADB is #C1C524. Grayscale: #4C4C4C. Windows color (decimal): -12698917 or 14367294. OLE color: 14367294.
HSL color Cylindrical-coordinate representation of color #3E3ADB: hue angle of 241.49º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E3ADB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 58 | 219 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.14 |
| HSL | 241.49º | 0.69% | 0.54% | - |
| HSV(B) | 241.49º | 0.74% | 0.86% | - |
| XYZ | 16.29 | 9.16 | 67.93 | - |
| YUV | 77.55 | 207.83 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 219 | 0.72 | 0.74 | 0 | 0.14 | 241.49 | 0.69 | 0.54 |
| Hex | 3E | 3A | DB | 48 | 4A | 0 | E | F1 | 45 | 36 |
| Octal | 76 | 72 | 333 | 110 | 112 | 0 | 16 | 361 | 105 | 66 |
| Binary | 111110 | 111010 | 11011011 | 1001000 | 1001010 | 0 | 1110 | 11110001 | 1000101 | 110110 |
Color Harmonies of #3E3ADB
Complementary color
Monochromatic Colors of #3E3ADB
Black with #3E3ADB
Text Example
Text Example
White with #3E3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3ADB; }
p { color: rgb(62,58,219); }
H1.HeaderClassName
{
color: #3E3ADB;
}
.AnyTagClassName
{
color: #3E3ADB;
}
</style>
background-color css
<style>
a { background-color: #3E3ADB; }
a { background-color: rgb(62,58,219); }
div.DivClassName
{
background-color: #3E3ADB;
}
.BgClassName
{
background-color: #3E3ADB;
}
</style>
border-color css
<style>
span { border-color: #3E3ADB; }
span { border-color: rgb(62,58,219); }
td.TdClassName
{
border-color: #3E3ADB;
}
.TagClassName
{
border-color: #3E3ADB;
}
</style>