Shades of Royal Blue #3E7CDB
Tints of Royal Blue #3E7CDB
RGB
CMYK
RGB Variations
Color information
#3E7CDB (or 0x3E7CDB) is known color: Royal Blue. HEX triplet: 3E, 7C and DB. RGB value is (62,124,219). Sum of RGB (Red+Green+Blue) = 62+124+219=405 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.31% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E7CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7CDB is #C18324. Grayscale: #737373. Windows color (decimal): -12682021 or 14384190. OLE color: 14384190.
HSL color Cylindrical-coordinate representation of color #3E7CDB: hue angle of 216.31º 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 #3E7CDB is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 62 | 124 | 219 | - |
CMYK | 0.72 | 0.43 | 0 | 0.14 |
HSL | 216.31º | 0.69% | 0.55% | - |
HSV(B) | 216.31º | 0.72% | 0.86% | - |
XYZ | 21.98 | 20.55 | 69.83 | - |
YUV | 116.29 | 185.96 | 89.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 124 | 219 | 0.72 | 0.43 | 0 | 0.14 | 216.31 | 0.69 | 0.55 |
Hex | 3E | 7C | DB | 48 | 2B | 0 | E | D8 | 45 | 37 |
Octal | 76 | 174 | 333 | 110 | 53 | 0 | 16 | 330 | 105 | 67 |
Binary | 111110 | 1111100 | 11011011 | 1001000 | 101011 | 0 | 1110 | 11011000 | 1000101 | 110111 |
Color Harmonies of #3E7CDB
Complementary color
Monochromatic Colors of #3E7CDB
Black with #3E7CDB
Text Example
Text Example
White with #3E7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7CDB; }
p { color: rgb(62,124,219); }
H1.HeaderClassName
{
color: #3E7CDB;
}
.AnyTagClassName
{
color: #3E7CDB;
}
</style>
background-color css
<style>
a { background-color: #3E7CDB; }
a { background-color: rgb(62,124,219); }
div.DivClassName
{
background-color: #3E7CDB;
}
.BgClassName
{
background-color: #3E7CDB;
}
</style>
border-color css
<style>
span { border-color: #3E7CDB; }
span { border-color: rgb(62,124,219); }
td.TdClassName
{
border-color: #3E7CDB;
}
.TagClassName
{
border-color: #3E7CDB;
}
</style>