Shades of Royal Blue #3E7EDC
Tints of Royal Blue #3E7EDC
RGB
CMYK
RGB Variations
Color information
#3E7EDC (or 0x3E7EDC) is known color: Royal Blue. HEX triplet: 3E, 7E and DC. RGB value is (62,126,220). Sum of RGB (Red+Green+Blue) = 62+126+220=408 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.20% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E7EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7EDC is #C18123. Grayscale: #757575. Windows color (decimal): -12681508 or 14450238. OLE color: 14450238.
HSL color Cylindrical-coordinate representation of color #3E7EDC: hue angle of 215.7º 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 #3E7EDC is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 126 | 220 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.14 |
| HSL | 215.7º | 0.69% | 0.55% | - |
| HSV(B) | 215.7º | 0.72% | 0.86% | - |
| XYZ | 22.37 | 21.11 | 70.61 | - |
| YUV | 117.58 | 185.8 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 220 | 0.72 | 0.43 | 0 | 0.14 | 215.7 | 0.69 | 0.55 |
| Hex | 3E | 7E | DC | 48 | 2B | 0 | E | D8 | 45 | 37 |
| Octal | 76 | 176 | 334 | 110 | 53 | 0 | 16 | 330 | 105 | 67 |
| Binary | 111110 | 1111110 | 11011100 | 1001000 | 101011 | 0 | 1110 | 11011000 | 1000101 | 110111 |
Color Harmonies of #3E7EDC
Complementary color
Monochromatic Colors of #3E7EDC
Black with #3E7EDC
Text Example
Text Example
White with #3E7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7EDC; }
p { color: rgb(62,126,220); }
H1.HeaderClassName
{
color: #3E7EDC;
}
.AnyTagClassName
{
color: #3E7EDC;
}
</style>
background-color css
<style>
a { background-color: #3E7EDC; }
a { background-color: rgb(62,126,220); }
div.DivClassName
{
background-color: #3E7EDC;
}
.BgClassName
{
background-color: #3E7EDC;
}
</style>
border-color css
<style>
span { border-color: #3E7EDC; }
span { border-color: rgb(62,126,220); }
td.TdClassName
{
border-color: #3E7EDC;
}
.TagClassName
{
border-color: #3E7EDC;
}
</style>