Shades of Royal Blue #3E6FDB
Tints of Royal Blue #3E6FDB
RGB
CMYK
RGB Variations
Color information
#3E6FDB (or 0x3E6FDB) is known color: Royal Blue. HEX triplet: 3E, 6F and DB. RGB value is (62,111,219). Sum of RGB (Red+Green+Blue) = 62+111+219=392 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.82% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E6FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6FDB is #C19024. Grayscale: #6C6C6C. Windows color (decimal): -12685349 or 14380862. OLE color: 14380862.
HSL color Cylindrical-coordinate representation of color #3E6FDB: hue angle of 221.27º 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 #3E6FDB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 111 | 219 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.14 |
| HSL | 221.27º | 0.69% | 0.55% | - |
| HSV(B) | 221.27º | 0.72% | 0.86% | - |
| XYZ | 20.46 | 17.51 | 69.32 | - |
| YUV | 108.66 | 190.27 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 219 | 0.72 | 0.49 | 0 | 0.14 | 221.27 | 0.69 | 0.55 |
| Hex | 3E | 6F | DB | 48 | 31 | 0 | E | DD | 45 | 37 |
| Octal | 76 | 157 | 333 | 110 | 61 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111110 | 1101111 | 11011011 | 1001000 | 110001 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3E6FDB
Complementary color
Monochromatic Colors of #3E6FDB
Black with #3E6FDB
Text Example
Text Example
White with #3E6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6FDB; }
p { color: rgb(62,111,219); }
H1.HeaderClassName
{
color: #3E6FDB;
}
.AnyTagClassName
{
color: #3E6FDB;
}
</style>
background-color css
<style>
a { background-color: #3E6FDB; }
a { background-color: rgb(62,111,219); }
div.DivClassName
{
background-color: #3E6FDB;
}
.BgClassName
{
background-color: #3E6FDB;
}
</style>
border-color css
<style>
span { border-color: #3E6FDB; }
span { border-color: rgb(62,111,219); }
td.TdClassName
{
border-color: #3E6FDB;
}
.TagClassName
{
border-color: #3E6FDB;
}
</style>