Shades of Royal Blue #3E69DB
Tints of Royal Blue #3E69DB
RGB
CMYK
RGB Variations
Color information
#3E69DB (or 0x3E69DB) is known color: Royal Blue. HEX triplet: 3E, 69 and DB. RGB value is (62,105,219). Sum of RGB (Red+Green+Blue) = 62+105+219=386 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.06% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E69DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E69DB is #C19624. Grayscale: #686868. Windows color (decimal): -12686885 or 14379326. OLE color: 14379326.
HSL color Cylindrical-coordinate representation of color #3E69DB: hue angle of 223.57º 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 #3E69DB is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 105 | 219 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.14 |
| HSL | 223.57º | 0.69% | 0.55% | - |
| HSV(B) | 223.57º | 0.72% | 0.86% | - |
| XYZ | 19.82 | 16.24 | 69.11 | - |
| YUV | 105.14 | 192.25 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 219 | 0.72 | 0.52 | 0 | 0.14 | 223.57 | 0.69 | 0.55 |
| Hex | 3E | 69 | DB | 48 | 34 | 0 | E | E0 | 45 | 37 |
| Octal | 76 | 151 | 333 | 110 | 64 | 0 | 16 | 340 | 105 | 67 |
| Binary | 111110 | 1101001 | 11011011 | 1001000 | 110100 | 0 | 1110 | 11100000 | 1000101 | 110111 |
Color Harmonies of #3E69DB
Complementary color
Monochromatic Colors of #3E69DB
Black with #3E69DB
Text Example
Text Example
White with #3E69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E69DB; }
p { color: rgb(62,105,219); }
H1.HeaderClassName
{
color: #3E69DB;
}
.AnyTagClassName
{
color: #3E69DB;
}
</style>
background-color css
<style>
a { background-color: #3E69DB; }
a { background-color: rgb(62,105,219); }
div.DivClassName
{
background-color: #3E69DB;
}
.BgClassName
{
background-color: #3E69DB;
}
</style>
border-color css
<style>
span { border-color: #3E69DB; }
span { border-color: rgb(62,105,219); }
td.TdClassName
{
border-color: #3E69DB;
}
.TagClassName
{
border-color: #3E69DB;
}
</style>