Shades of Royal Blue #3E70CF
Tints of Royal Blue #3E70CF
RGB
CMYK
RGB Variations
Color information
#3E70CF (or 0x3E70CF) is known color: Royal Blue. HEX triplet: 3E, 70 and CF. RGB value is (62,112,207). Sum of RGB (Red+Green+Blue) = 62+112+207=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E70CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E70CF is #C18F30. Grayscale: #6B6B6B. Windows color (decimal): -12685105 or 13594686. OLE color: 13594686.
HSL color Cylindrical-coordinate representation of color #3E70CF: hue angle of 219.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E70CF is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 112 | 207 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.19 |
| HSL | 219.31º | 0.6% | 0.53% | - |
| HSV(B) | 219.31º | 0.7% | 0.81% | - |
| XYZ | 19.04 | 17.12 | 61.33 | - |
| YUV | 107.88 | 183.94 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 207 | 0.70 | 0.46 | 0 | 0.19 | 219.31 | 0.6 | 0.53 |
| Hex | 3E | 70 | CF | 46 | 2E | 0 | 13 | DB | 3C | 35 |
| Octal | 76 | 160 | 317 | 106 | 56 | 0 | 23 | 333 | 74 | 65 |
| Binary | 111110 | 1110000 | 11001111 | 1000110 | 101110 | 0 | 10011 | 11011011 | 111100 | 110101 |
Color Harmonies of #3E70CF
Complementary color
Monochromatic Colors of #3E70CF
Black with #3E70CF
Text Example
Text Example
White with #3E70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E70CF; }
p { color: rgb(62,112,207); }
H1.HeaderClassName
{
color: #3E70CF;
}
.AnyTagClassName
{
color: #3E70CF;
}
</style>
background-color css
<style>
a { background-color: #3E70CF; }
a { background-color: rgb(62,112,207); }
div.DivClassName
{
background-color: #3E70CF;
}
.BgClassName
{
background-color: #3E70CF;
}
</style>
border-color css
<style>
span { border-color: #3E70CF; }
span { border-color: rgb(62,112,207); }
td.TdClassName
{
border-color: #3E70CF;
}
.TagClassName
{
border-color: #3E70CF;
}
</style>