Shades of Royal Blue #3E7DDB
Tints of Royal Blue #3E7DDB
RGB
CMYK
RGB Variations
Color information
#3E7DDB (or 0x3E7DDB) is known color: Royal Blue. HEX triplet: 3E, 7D and DB. RGB value is (62,125,219). Sum of RGB (Red+Green+Blue) = 62+125+219=406 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.27% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E7DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7DDB is #C18224. Grayscale: #747474. Windows color (decimal): -12681765 or 14384446. OLE color: 14384446.
HSL color Cylindrical-coordinate representation of color #3E7DDB: hue angle of 215.92º 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 #3E7DDB is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 125 | 219 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.14 |
| HSL | 215.92º | 0.69% | 0.55% | - |
| HSV(B) | 215.92º | 0.72% | 0.86% | - |
| XYZ | 22.11 | 20.81 | 69.87 | - |
| YUV | 116.88 | 185.63 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 219 | 0.72 | 0.43 | 0 | 0.14 | 215.92 | 0.69 | 0.55 |
| Hex | 3E | 7D | DB | 48 | 2B | 0 | E | D8 | 45 | 37 |
| Octal | 76 | 175 | 333 | 110 | 53 | 0 | 16 | 330 | 105 | 67 |
| Binary | 111110 | 1111101 | 11011011 | 1001000 | 101011 | 0 | 1110 | 11011000 | 1000101 | 110111 |
Color Harmonies of #3E7DDB
Complementary color
Monochromatic Colors of #3E7DDB
Black with #3E7DDB
Text Example
Text Example
White with #3E7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7DDB; }
p { color: rgb(62,125,219); }
H1.HeaderClassName
{
color: #3E7DDB;
}
.AnyTagClassName
{
color: #3E7DDB;
}
</style>
background-color css
<style>
a { background-color: #3E7DDB; }
a { background-color: rgb(62,125,219); }
div.DivClassName
{
background-color: #3E7DDB;
}
.BgClassName
{
background-color: #3E7DDB;
}
</style>
border-color css
<style>
span { border-color: #3E7DDB; }
span { border-color: rgb(62,125,219); }
td.TdClassName
{
border-color: #3E7DDB;
}
.TagClassName
{
border-color: #3E7DDB;
}
</style>