Shades of Royal Blue #3E7EDE
Tints of Royal Blue #3E7EDE
RGB
CMYK
RGB Variations
Color information
#3E7EDE (or 0x3E7EDE) is known color: Royal Blue. HEX triplet: 3E, 7E and DE. RGB value is (62,126,222). Sum of RGB (Red+Green+Blue) = 62+126+222=410 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.12% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E7EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7EDE is #C18121. Grayscale: #757575. Windows color (decimal): -12681506 or 14581310. OLE color: 14581310.
HSL color Cylindrical-coordinate representation of color #3E7EDE: hue angle of 216º 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 #3E7EDE is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 126 | 222 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.13 |
| HSL | 216º | 0.71% | 0.56% | - |
| HSV(B) | 216º | 0.72% | 0.87% | - |
| XYZ | 22.63 | 21.22 | 72.01 | - |
| YUV | 117.81 | 186.8 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 222 | 0.72 | 0.43 | 0 | 0.13 | 216 | 0.71 | 0.56 |
| Hex | 3E | 7E | DE | 48 | 2B | 0 | D | D8 | 47 | 38 |
| Octal | 76 | 176 | 336 | 110 | 53 | 0 | 15 | 330 | 107 | 70 |
| Binary | 111110 | 1111110 | 11011110 | 1001000 | 101011 | 0 | 1101 | 11011000 | 1000111 | 111000 |
Color Harmonies of #3E7EDE
Complementary color
Monochromatic Colors of #3E7EDE
Black with #3E7EDE
Text Example
Text Example
White with #3E7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7EDE; }
p { color: rgb(62,126,222); }
H1.HeaderClassName
{
color: #3E7EDE;
}
.AnyTagClassName
{
color: #3E7EDE;
}
</style>
background-color css
<style>
a { background-color: #3E7EDE; }
a { background-color: rgb(62,126,222); }
div.DivClassName
{
background-color: #3E7EDE;
}
.BgClassName
{
background-color: #3E7EDE;
}
</style>
border-color css
<style>
span { border-color: #3E7EDE; }
span { border-color: rgb(62,126,222); }
td.TdClassName
{
border-color: #3E7EDE;
}
.TagClassName
{
border-color: #3E7EDE;
}
</style>