Shades of Royal Blue #3E70DC
Tints of Royal Blue #3E70DC
RGB
CMYK
RGB Variations
Color information
#3E70DC (or 0x3E70DC) is known color: Royal Blue. HEX triplet: 3E, 70 and DC. RGB value is (62,112,220). Sum of RGB (Red+Green+Blue) = 62+112+220=394 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.74% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E70DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E70DC is #C18F23. Grayscale: #6C6C6C. Windows color (decimal): -12685092 or 14446654. OLE color: 14446654.
HSL color Cylindrical-coordinate representation of color #3E70DC: hue angle of 221.01º 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 #3E70DC is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 112 | 220 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.14 |
| HSL | 221.01º | 0.69% | 0.55% | - |
| HSV(B) | 221.01º | 0.72% | 0.86% | - |
| XYZ | 20.7 | 17.78 | 70.05 | - |
| YUV | 109.36 | 190.44 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 220 | 0.72 | 0.49 | 0 | 0.14 | 221.01 | 0.69 | 0.55 |
| Hex | 3E | 70 | DC | 48 | 31 | 0 | E | DD | 45 | 37 |
| Octal | 76 | 160 | 334 | 110 | 61 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111110 | 1110000 | 11011100 | 1001000 | 110001 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3E70DC
Complementary color
Monochromatic Colors of #3E70DC
Black with #3E70DC
Text Example
Text Example
White with #3E70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E70DC; }
p { color: rgb(62,112,220); }
H1.HeaderClassName
{
color: #3E70DC;
}
.AnyTagClassName
{
color: #3E70DC;
}
</style>
background-color css
<style>
a { background-color: #3E70DC; }
a { background-color: rgb(62,112,220); }
div.DivClassName
{
background-color: #3E70DC;
}
.BgClassName
{
background-color: #3E70DC;
}
</style>
border-color css
<style>
span { border-color: #3E70DC; }
span { border-color: rgb(62,112,220); }
td.TdClassName
{
border-color: #3E70DC;
}
.TagClassName
{
border-color: #3E70DC;
}
</style>