Shades of Royal Blue #3E70DB
Tints of Royal Blue #3E70DB
RGB
CMYK
RGB Variations
Color information
#3E70DB (or 0x3E70DB) is known color: Royal Blue. HEX triplet: 3E, 70 and DB. RGB value is (62,112,219). Sum of RGB (Red+Green+Blue) = 62+112+219=393 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.78% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E70DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E70DB is #C18F24. Grayscale: #6C6C6C. Windows color (decimal): -12685093 or 14381118. OLE color: 14381118.
HSL color Cylindrical-coordinate representation of color #3E70DB: hue angle of 220.89º 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 #3E70DB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 112 | 219 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.14 |
| HSL | 220.89º | 0.69% | 0.55% | - |
| HSV(B) | 220.89º | 0.72% | 0.86% | - |
| XYZ | 20.57 | 17.73 | 69.36 | - |
| YUV | 109.25 | 189.94 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 219 | 0.72 | 0.49 | 0 | 0.14 | 220.89 | 0.69 | 0.55 |
| Hex | 3E | 70 | DB | 48 | 31 | 0 | E | DD | 45 | 37 |
| Octal | 76 | 160 | 333 | 110 | 61 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111110 | 1110000 | 11011011 | 1001000 | 110001 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3E70DB
Complementary color
Monochromatic Colors of #3E70DB
Black with #3E70DB
Text Example
Text Example
White with #3E70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E70DB; }
p { color: rgb(62,112,219); }
H1.HeaderClassName
{
color: #3E70DB;
}
.AnyTagClassName
{
color: #3E70DB;
}
</style>
background-color css
<style>
a { background-color: #3E70DB; }
a { background-color: rgb(62,112,219); }
div.DivClassName
{
background-color: #3E70DB;
}
.BgClassName
{
background-color: #3E70DB;
}
</style>
border-color css
<style>
span { border-color: #3E70DB; }
span { border-color: rgb(62,112,219); }
td.TdClassName
{
border-color: #3E70DB;
}
.TagClassName
{
border-color: #3E70DB;
}
</style>