Shades of Royal Blue #3E7ADB
Tints of Royal Blue #3E7ADB
RGB
CMYK
RGB Variations
Color information
#3E7ADB (or 0x3E7ADB) is known color: Royal Blue. HEX triplet: 3E, 7A and DB. RGB value is (62,122,219). Sum of RGB (Red+Green+Blue) = 62+122+219=403 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.38% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E7ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7ADB is #C18524. Grayscale: #727272. Windows color (decimal): -12682533 or 14383678. OLE color: 14383678.
HSL color Cylindrical-coordinate representation of color #3E7ADB: hue angle of 217.07º 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 #3E7ADB is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 122 | 219 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.14 |
| HSL | 217.07º | 0.69% | 0.55% | - |
| HSV(B) | 217.07º | 0.72% | 0.86% | - |
| XYZ | 21.73 | 20.06 | 69.74 | - |
| YUV | 115.12 | 186.62 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 219 | 0.72 | 0.44 | 0 | 0.14 | 217.07 | 0.69 | 0.55 |
| Hex | 3E | 7A | DB | 48 | 2C | 0 | E | D9 | 45 | 37 |
| Octal | 76 | 172 | 333 | 110 | 54 | 0 | 16 | 331 | 105 | 67 |
| Binary | 111110 | 1111010 | 11011011 | 1001000 | 101100 | 0 | 1110 | 11011001 | 1000101 | 110111 |
Color Harmonies of #3E7ADB
Complementary color
Monochromatic Colors of #3E7ADB
Black with #3E7ADB
Text Example
Text Example
White with #3E7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7ADB; }
p { color: rgb(62,122,219); }
H1.HeaderClassName
{
color: #3E7ADB;
}
.AnyTagClassName
{
color: #3E7ADB;
}
</style>
background-color css
<style>
a { background-color: #3E7ADB; }
a { background-color: rgb(62,122,219); }
div.DivClassName
{
background-color: #3E7ADB;
}
.BgClassName
{
background-color: #3E7ADB;
}
</style>
border-color css
<style>
span { border-color: #3E7ADB; }
span { border-color: rgb(62,122,219); }
td.TdClassName
{
border-color: #3E7ADB;
}
.TagClassName
{
border-color: #3E7ADB;
}
</style>