Shades of Royal Blue #3E70EB
Tints of Royal Blue #3E70EB
RGB
CMYK
RGB Variations
Color information
#3E70EB (or 0x3E70EB) is known color: Royal Blue. HEX triplet: 3E, 70 and EB. RGB value is (62,112,235). Sum of RGB (Red+Green+Blue) = 62+112+235=409 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.16% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E70EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E70EB is #C18F14. Grayscale: #6E6E6E. Windows color (decimal): -12685077 or 15429694. OLE color: 15429694.
HSL color Cylindrical-coordinate representation of color #3E70EB: hue angle of 222.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E70EB is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 112 | 235 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.08 |
| HSL | 222.66º | 0.81% | 0.58% | - |
| HSV(B) | 222.66º | 0.74% | 0.92% | - |
| XYZ | 22.78 | 18.61 | 80.99 | - |
| YUV | 111.07 | 197.94 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 235 | 0.74 | 0.52 | 0 | 0.08 | 222.66 | 0.81 | 0.58 |
| Hex | 3E | 70 | EB | 4A | 34 | 0 | 8 | DF | 51 | 3A |
| Octal | 76 | 160 | 353 | 112 | 64 | 0 | 10 | 337 | 121 | 72 |
| Binary | 111110 | 1110000 | 11101011 | 1001010 | 110100 | 0 | 1000 | 11011111 | 1010001 | 111010 |
Color Harmonies of #3E70EB
Complementary color
Monochromatic Colors of #3E70EB
Black with #3E70EB
Text Example
Text Example
White with #3E70EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E70EB; }
p { color: rgb(62,112,235); }
H1.HeaderClassName
{
color: #3E70EB;
}
.AnyTagClassName
{
color: #3E70EB;
}
</style>
background-color css
<style>
a { background-color: #3E70EB; }
a { background-color: rgb(62,112,235); }
div.DivClassName
{
background-color: #3E70EB;
}
.BgClassName
{
background-color: #3E70EB;
}
</style>
border-color css
<style>
span { border-color: #3E70EB; }
span { border-color: rgb(62,112,235); }
td.TdClassName
{
border-color: #3E70EB;
}
.TagClassName
{
border-color: #3E70EB;
}
</style>