Shades of Royal Blue #3E68DB
Tints of Royal Blue #3E68DB
RGB
CMYK
RGB Variations
Color information
#3E68DB (or 0x3E68DB) is known color: Royal Blue. HEX triplet: 3E, 68 and DB. RGB value is (62,104,219). Sum of RGB (Red+Green+Blue) = 62+104+219=385 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.10% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E68DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E68DB is #C19724. Grayscale: #686868. Windows color (decimal): -12687141 or 14379070. OLE color: 14379070.
HSL color Cylindrical-coordinate representation of color #3E68DB: hue angle of 223.95º 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 #3E68DB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 104 | 219 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.14 |
| HSL | 223.95º | 0.69% | 0.55% | - |
| HSV(B) | 223.95º | 0.72% | 0.86% | - |
| XYZ | 19.72 | 16.04 | 69.07 | - |
| YUV | 104.55 | 192.59 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 219 | 0.72 | 0.53 | 0 | 0.14 | 223.95 | 0.69 | 0.55 |
| Hex | 3E | 68 | DB | 48 | 35 | 0 | E | E0 | 45 | 37 |
| Octal | 76 | 150 | 333 | 110 | 65 | 0 | 16 | 340 | 105 | 67 |
| Binary | 111110 | 1101000 | 11011011 | 1001000 | 110101 | 0 | 1110 | 11100000 | 1000101 | 110111 |
Color Harmonies of #3E68DB
Complementary color
Monochromatic Colors of #3E68DB
Black with #3E68DB
Text Example
Text Example
White with #3E68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E68DB; }
p { color: rgb(62,104,219); }
H1.HeaderClassName
{
color: #3E68DB;
}
.AnyTagClassName
{
color: #3E68DB;
}
</style>
background-color css
<style>
a { background-color: #3E68DB; }
a { background-color: rgb(62,104,219); }
div.DivClassName
{
background-color: #3E68DB;
}
.BgClassName
{
background-color: #3E68DB;
}
</style>
border-color css
<style>
span { border-color: #3E68DB; }
span { border-color: rgb(62,104,219); }
td.TdClassName
{
border-color: #3E68DB;
}
.TagClassName
{
border-color: #3E68DB;
}
</style>