Shades of Royal Blue #3E6EDE
Tints of Royal Blue #3E6EDE
RGB
CMYK
RGB Variations
Color information
#3E6EDE (or 0x3E6EDE) is known color: Royal Blue. HEX triplet: 3E, 6E and DE. RGB value is (62,110,222). Sum of RGB (Red+Green+Blue) = 62+110+222=394 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.74% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E6EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6EDE is #C19121. Grayscale: #6B6B6B. Windows color (decimal): -12685602 or 14577214. OLE color: 14577214.
HSL color Cylindrical-coordinate representation of color #3E6EDE: hue angle of 222º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E6EDE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 110 | 222 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.13 |
| HSL | 222º | 0.71% | 0.56% | - |
| HSV(B) | 222º | 0.72% | 0.87% | - |
| XYZ | 20.75 | 17.45 | 71.38 | - |
| YUV | 108.42 | 192.1 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 222 | 0.72 | 0.50 | 0 | 0.13 | 222 | 0.71 | 0.56 |
| Hex | 3E | 6E | DE | 48 | 32 | 0 | D | DE | 47 | 38 |
| Octal | 76 | 156 | 336 | 110 | 62 | 0 | 15 | 336 | 107 | 70 |
| Binary | 111110 | 1101110 | 11011110 | 1001000 | 110010 | 0 | 1101 | 11011110 | 1000111 | 111000 |
Color Harmonies of #3E6EDE
Complementary color
Monochromatic Colors of #3E6EDE
Black with #3E6EDE
Text Example
Text Example
White with #3E6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6EDE; }
p { color: rgb(62,110,222); }
H1.HeaderClassName
{
color: #3E6EDE;
}
.AnyTagClassName
{
color: #3E6EDE;
}
</style>
background-color css
<style>
a { background-color: #3E6EDE; }
a { background-color: rgb(62,110,222); }
div.DivClassName
{
background-color: #3E6EDE;
}
.BgClassName
{
background-color: #3E6EDE;
}
</style>
border-color css
<style>
span { border-color: #3E6EDE; }
span { border-color: rgb(62,110,222); }
td.TdClassName
{
border-color: #3E6EDE;
}
.TagClassName
{
border-color: #3E6EDE;
}
</style>