Shades of Royal Blue #3E7EE5
Tints of Royal Blue #3E7EE5
RGB
CMYK
RGB Variations
Color information
#3E7EE5 (or 0x3E7EE5) is known color: Royal Blue. HEX triplet: 3E, 7E and E5. RGB value is (62,126,229). Sum of RGB (Red+Green+Blue) = 62+126+229=417 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.87% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #3E7EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7EE5 is #C1811A. Grayscale: #767676. Windows color (decimal): -12681499 or 15040062. OLE color: 15040062.
HSL color Cylindrical-coordinate representation of color #3E7EE5: hue angle of 217.01º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E7EE5 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 126 | 229 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.10 |
| HSL | 217.01º | 0.76% | 0.57% | - |
| HSV(B) | 217.01º | 0.73% | 0.9% | - |
| XYZ | 23.59 | 21.6 | 77.06 | - |
| YUV | 118.61 | 190.3 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 229 | 0.73 | 0.45 | 0 | 0.10 | 217.01 | 0.76 | 0.57 |
| Hex | 3E | 7E | E5 | 49 | 2D | 0 | A | D9 | 4C | 39 |
| Octal | 76 | 176 | 345 | 111 | 55 | 0 | 12 | 331 | 114 | 71 |
| Binary | 111110 | 1111110 | 11100101 | 1001001 | 101101 | 0 | 1010 | 11011001 | 1001100 | 111001 |
Color Harmonies of #3E7EE5
Complementary color
Monochromatic Colors of #3E7EE5
Black with #3E7EE5
Text Example
Text Example
White with #3E7EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7EE5; }
p { color: rgb(62,126,229); }
H1.HeaderClassName
{
color: #3E7EE5;
}
.AnyTagClassName
{
color: #3E7EE5;
}
</style>
background-color css
<style>
a { background-color: #3E7EE5; }
a { background-color: rgb(62,126,229); }
div.DivClassName
{
background-color: #3E7EE5;
}
.BgClassName
{
background-color: #3E7EE5;
}
</style>
border-color css
<style>
span { border-color: #3E7EE5; }
span { border-color: rgb(62,126,229); }
td.TdClassName
{
border-color: #3E7EE5;
}
.TagClassName
{
border-color: #3E7EE5;
}
</style>