Shades of Royal Blue #316BE1
Tints of Royal Blue #316BE1
RGB
CMYK
RGB Variations
Color information
#316BE1 (or 0x316BE1) is known color: Royal Blue. HEX triplet: 31, 6B and E1. RGB value is (49,107,225). Sum of RGB (Red+Green+Blue) = 49+107+225=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #316BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BE1 is #CE941E. Grayscale: #666666. Windows color (decimal): -13538335 or 14773041. OLE color: 14773041.
HSL color Cylindrical-coordinate representation of color #316BE1: hue angle of 220.23º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316BE1 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 107 | 225 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.12 |
| HSL | 220.23º | 0.75% | 0.54% | - |
| HSV(B) | 220.23º | 0.78% | 0.88% | - |
| XYZ | 20.11 | 16.6 | 73.38 | - |
| YUV | 103.11 | 196.78 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 225 | 0.78 | 0.52 | 0 | 0.12 | 220.23 | 0.75 | 0.54 |
| Hex | 31 | 6B | E1 | 4E | 34 | 0 | C | DC | 4B | 36 |
| Octal | 61 | 153 | 341 | 116 | 64 | 0 | 14 | 334 | 113 | 66 |
| Binary | 110001 | 1101011 | 11100001 | 1001110 | 110100 | 0 | 1100 | 11011100 | 1001011 | 110110 |
Color Harmonies of #316BE1
Complementary color
Monochromatic Colors of #316BE1
Black with #316BE1
Text Example
Text Example
White with #316BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316BE1; }
p { color: rgb(49,107,225); }
H1.HeaderClassName
{
color: #316BE1;
}
.AnyTagClassName
{
color: #316BE1;
}
</style>
background-color css
<style>
a { background-color: #316BE1; }
a { background-color: rgb(49,107,225); }
div.DivClassName
{
background-color: #316BE1;
}
.BgClassName
{
background-color: #316BE1;
}
</style>
border-color css
<style>
span { border-color: #316BE1; }
span { border-color: rgb(49,107,225); }
td.TdClassName
{
border-color: #316BE1;
}
.TagClassName
{
border-color: #316BE1;
}
</style>