Shades of Royal Blue #3E71DB
Tints of Royal Blue #3E71DB
RGB
CMYK
RGB Variations
Color information
#3E71DB (or 0x3E71DB) is known color: Royal Blue. HEX triplet: 3E, 71 and DB. RGB value is (62,113,219). Sum of RGB (Red+Green+Blue) = 62+113+219=394 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.74% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E71DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E71DB is #C18E24. Grayscale: #6D6D6D. Windows color (decimal): -12684837 or 14381374. OLE color: 14381374.
HSL color Cylindrical-coordinate representation of color #3E71DB: hue angle of 220.51º 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 #3E71DB is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 113 | 219 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.14 |
| HSL | 220.51º | 0.69% | 0.55% | - |
| HSV(B) | 220.51º | 0.72% | 0.86% | - |
| XYZ | 20.68 | 17.95 | 69.39 | - |
| YUV | 109.84 | 189.6 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 219 | 0.72 | 0.48 | 0 | 0.14 | 220.51 | 0.69 | 0.55 |
| Hex | 3E | 71 | DB | 48 | 30 | 0 | E | DD | 45 | 37 |
| Octal | 76 | 161 | 333 | 110 | 60 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111110 | 1110001 | 11011011 | 1001000 | 110000 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3E71DB
Complementary color
Monochromatic Colors of #3E71DB
Black with #3E71DB
Text Example
Text Example
White with #3E71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E71DB; }
p { color: rgb(62,113,219); }
H1.HeaderClassName
{
color: #3E71DB;
}
.AnyTagClassName
{
color: #3E71DB;
}
</style>
background-color css
<style>
a { background-color: #3E71DB; }
a { background-color: rgb(62,113,219); }
div.DivClassName
{
background-color: #3E71DB;
}
.BgClassName
{
background-color: #3E71DB;
}
</style>
border-color css
<style>
span { border-color: #3E71DB; }
span { border-color: rgb(62,113,219); }
td.TdClassName
{
border-color: #3E71DB;
}
.TagClassName
{
border-color: #3E71DB;
}
</style>