Shades of Royal Blue #3870EC
Tints of Royal Blue #3870EC
RGB
CMYK
RGB Variations
Color information
#3870EC (or 0x3870EC) is known color: Royal Blue. HEX triplet: 38, 70 and EC. RGB value is (56,112,236). Sum of RGB (Red+Green+Blue) = 56+112+236=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #3870EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3870EC is #C78F13. Grayscale: #6C6C6C. Windows color (decimal): -13078292 or 15495224. OLE color: 15495224.
HSL color Cylindrical-coordinate representation of color #3870EC: hue angle of 221.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3870EC is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 112 | 236 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.07 |
| HSL | 221.33º | 0.83% | 0.57% | - |
| HSV(B) | 221.33º | 0.76% | 0.93% | - |
| XYZ | 22.57 | 18.49 | 81.74 | - |
| YUV | 109.39 | 199.45 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 236 | 0.76 | 0.53 | 0 | 0.07 | 221.33 | 0.83 | 0.57 |
| Hex | 38 | 70 | EC | 4C | 35 | 0 | 7 | DD | 53 | 39 |
| Octal | 70 | 160 | 354 | 114 | 65 | 0 | 7 | 335 | 123 | 71 |
| Binary | 111000 | 1110000 | 11101100 | 1001100 | 110101 | 0 | 111 | 11011101 | 1010011 | 111001 |
Color Harmonies of #3870EC
Complementary color
Monochromatic Colors of #3870EC
Black with #3870EC
Text Example
Text Example
White with #3870EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3870EC; }
p { color: rgb(56,112,236); }
H1.HeaderClassName
{
color: #3870EC;
}
.AnyTagClassName
{
color: #3870EC;
}
</style>
background-color css
<style>
a { background-color: #3870EC; }
a { background-color: rgb(56,112,236); }
div.DivClassName
{
background-color: #3870EC;
}
.BgClassName
{
background-color: #3870EC;
}
</style>
border-color css
<style>
span { border-color: #3870EC; }
span { border-color: rgb(56,112,236); }
td.TdClassName
{
border-color: #3870EC;
}
.TagClassName
{
border-color: #3870EC;
}
</style>