Shades of Royal Blue #316EE2
Tints of Royal Blue #316EE2
RGB
CMYK
RGB Variations
Color information
#316EE2 (or 0x316EE2) is known color: Royal Blue. HEX triplet: 31, 6E and E2. RGB value is (49,110,226). Sum of RGB (Red+Green+Blue) = 49+110+226=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #316EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316EE2 is #CE911D. Grayscale: #686868. Windows color (decimal): -13537566 or 14839345. OLE color: 14839345.
HSL color Cylindrical-coordinate representation of color #316EE2: hue angle of 219.32º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316EE2 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 110 | 226 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.11 |
| HSL | 219.32º | 0.75% | 0.54% | - |
| HSV(B) | 219.32º | 0.78% | 0.89% | - |
| XYZ | 20.57 | 17.3 | 74.21 | - |
| YUV | 104.99 | 196.29 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 226 | 0.78 | 0.51 | 0 | 0.11 | 219.32 | 0.75 | 0.54 |
| Hex | 31 | 6E | E2 | 4E | 33 | 0 | B | DB | 4B | 36 |
| Octal | 61 | 156 | 342 | 116 | 63 | 0 | 13 | 333 | 113 | 66 |
| Binary | 110001 | 1101110 | 11100010 | 1001110 | 110011 | 0 | 1011 | 11011011 | 1001011 | 110110 |
Color Harmonies of #316EE2
Complementary color
Monochromatic Colors of #316EE2
Black with #316EE2
Text Example
Text Example
White with #316EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316EE2; }
p { color: rgb(49,110,226); }
H1.HeaderClassName
{
color: #316EE2;
}
.AnyTagClassName
{
color: #316EE2;
}
</style>
background-color css
<style>
a { background-color: #316EE2; }
a { background-color: rgb(49,110,226); }
div.DivClassName
{
background-color: #316EE2;
}
.BgClassName
{
background-color: #316EE2;
}
</style>
border-color css
<style>
span { border-color: #316EE2; }
span { border-color: rgb(49,110,226); }
td.TdClassName
{
border-color: #316EE2;
}
.TagClassName
{
border-color: #316EE2;
}
</style>