Shades of Free Speech Blue #3E38DB
Tints of Free Speech Blue #3E38DB
RGB
CMYK
RGB Variations
Color information
#3E38DB (or 0x3E38DB) is known color: Free Speech Blue. HEX triplet: 3E, 38 and DB. RGB value is (62,56,219). Sum of RGB (Red+Green+Blue) = 62+56+219=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E38DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E38DB is #C1C724. Grayscale: #4B4B4B. Windows color (decimal): -12699429 or 14366782. OLE color: 14366782.
HSL color Cylindrical-coordinate representation of color #3E38DB: hue angle of 242.21º 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 #3E38DB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 56 | 219 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.14 |
| HSL | 242.21º | 0.69% | 0.54% | - |
| HSV(B) | 242.21º | 0.74% | 0.86% | - |
| XYZ | 16.19 | 8.97 | 67.9 | - |
| YUV | 76.38 | 208.49 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 219 | 0.72 | 0.74 | 0 | 0.14 | 242.21 | 0.69 | 0.54 |
| Hex | 3E | 38 | DB | 48 | 4A | 0 | E | F2 | 45 | 36 |
| Octal | 76 | 70 | 333 | 110 | 112 | 0 | 16 | 362 | 105 | 66 |
| Binary | 111110 | 111000 | 11011011 | 1001000 | 1001010 | 0 | 1110 | 11110010 | 1000101 | 110110 |
Color Harmonies of #3E38DB
Complementary color
Monochromatic Colors of #3E38DB
Black with #3E38DB
Text Example
Text Example
White with #3E38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E38DB; }
p { color: rgb(62,56,219); }
H1.HeaderClassName
{
color: #3E38DB;
}
.AnyTagClassName
{
color: #3E38DB;
}
</style>
background-color css
<style>
a { background-color: #3E38DB; }
a { background-color: rgb(62,56,219); }
div.DivClassName
{
background-color: #3E38DB;
}
.BgClassName
{
background-color: #3E38DB;
}
</style>
border-color css
<style>
span { border-color: #3E38DB; }
span { border-color: rgb(62,56,219); }
td.TdClassName
{
border-color: #3E38DB;
}
.TagClassName
{
border-color: #3E38DB;
}
</style>