Shades of Royal Blue #3E70DD
Tints of Royal Blue #3E70DD
RGB
CMYK
RGB Variations
Color information
#3E70DD (or 0x3E70DD) is known color: Royal Blue. HEX triplet: 3E, 70 and DD. RGB value is (62,112,221). Sum of RGB (Red+Green+Blue) = 62+112+221=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E70DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E70DD is #C18F22. Grayscale: #6C6C6C. Windows color (decimal): -12685091 or 14512190. OLE color: 14512190.
HSL color Cylindrical-coordinate representation of color #3E70DD: hue angle of 221.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E70DD is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 112 | 221 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.13 |
| HSL | 221.13º | 0.7% | 0.55% | - |
| HSV(B) | 221.13º | 0.72% | 0.87% | - |
| XYZ | 20.83 | 17.83 | 70.75 | - |
| YUV | 109.48 | 190.94 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 221 | 0.72 | 0.49 | 0 | 0.13 | 221.13 | 0.7 | 0.55 |
| Hex | 3E | 70 | DD | 48 | 31 | 0 | D | DD | 46 | 37 |
| Octal | 76 | 160 | 335 | 110 | 61 | 0 | 15 | 335 | 106 | 67 |
| Binary | 111110 | 1110000 | 11011101 | 1001000 | 110001 | 0 | 1101 | 11011101 | 1000110 | 110111 |
Color Harmonies of #3E70DD
Complementary color
Monochromatic Colors of #3E70DD
Black with #3E70DD
Text Example
Text Example
White with #3E70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E70DD; }
p { color: rgb(62,112,221); }
H1.HeaderClassName
{
color: #3E70DD;
}
.AnyTagClassName
{
color: #3E70DD;
}
</style>
background-color css
<style>
a { background-color: #3E70DD; }
a { background-color: rgb(62,112,221); }
div.DivClassName
{
background-color: #3E70DD;
}
.BgClassName
{
background-color: #3E70DD;
}
</style>
border-color css
<style>
span { border-color: #3E70DD; }
span { border-color: rgb(62,112,221); }
td.TdClassName
{
border-color: #3E70DD;
}
.TagClassName
{
border-color: #3E70DD;
}
</style>