Shades of Royal Blue #3A70EC
Tints of Royal Blue #3A70EC
RGB
CMYK
RGB Variations
Color information
#3A70EC (or 0x3A70EC) is known color: Royal Blue. HEX triplet: 3A, 70 and EC. RGB value is (58,112,236). Sum of RGB (Red+Green+Blue) = 58+112+236=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A70EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A70EC is #C58F13. Grayscale: #6D6D6D. Windows color (decimal): -12947220 or 15495226. OLE color: 15495226.
HSL color Cylindrical-coordinate representation of color #3A70EC: hue angle of 221.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A70EC is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 112 | 236 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.07 |
| HSL | 221.8º | 0.82% | 0.58% | - |
| HSV(B) | 221.8º | 0.75% | 0.93% | - |
| XYZ | 22.68 | 18.54 | 81.74 | - |
| YUV | 109.99 | 199.11 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 236 | 0.75 | 0.53 | 0 | 0.07 | 221.8 | 0.82 | 0.58 |
| Hex | 3A | 70 | EC | 4B | 35 | 0 | 7 | DE | 52 | 3A |
| Octal | 72 | 160 | 354 | 113 | 65 | 0 | 7 | 336 | 122 | 72 |
| Binary | 111010 | 1110000 | 11101100 | 1001011 | 110101 | 0 | 111 | 11011110 | 1010010 | 111010 |
Color Harmonies of #3A70EC
Complementary color
Monochromatic Colors of #3A70EC
Black with #3A70EC
Text Example
Text Example
White with #3A70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A70EC; }
p { color: rgb(58,112,236); }
H1.HeaderClassName
{
color: #3A70EC;
}
.AnyTagClassName
{
color: #3A70EC;
}
</style>
background-color css
<style>
a { background-color: #3A70EC; }
a { background-color: rgb(58,112,236); }
div.DivClassName
{
background-color: #3A70EC;
}
.BgClassName
{
background-color: #3A70EC;
}
</style>
border-color css
<style>
span { border-color: #3A70EC; }
span { border-color: rgb(58,112,236); }
td.TdClassName
{
border-color: #3A70EC;
}
.TagClassName
{
border-color: #3A70EC;
}
</style>