Shades of Royal Blue #316CE1
Tints of Royal Blue #316CE1
RGB
CMYK
RGB Variations
Color information
#316CE1 (or 0x316CE1) is known color: Royal Blue. HEX triplet: 31, 6C and E1. RGB value is (49,108,225). Sum of RGB (Red+Green+Blue) = 49+108+225=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #316CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CE1 is #CE931E. Grayscale: #676767. Windows color (decimal): -13538079 or 14773297. OLE color: 14773297.
HSL color Cylindrical-coordinate representation of color #316CE1: hue angle of 219.89º 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 #316CE1 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 108 | 225 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.12 |
| HSL | 219.89º | 0.75% | 0.54% | - |
| HSV(B) | 219.89º | 0.78% | 0.88% | - |
| XYZ | 20.22 | 16.81 | 73.41 | - |
| YUV | 103.7 | 196.45 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 225 | 0.78 | 0.52 | 0 | 0.12 | 219.89 | 0.75 | 0.54 |
| Hex | 31 | 6C | E1 | 4E | 34 | 0 | C | DC | 4B | 36 |
| Octal | 61 | 154 | 341 | 116 | 64 | 0 | 14 | 334 | 113 | 66 |
| Binary | 110001 | 1101100 | 11100001 | 1001110 | 110100 | 0 | 1100 | 11011100 | 1001011 | 110110 |
Color Harmonies of #316CE1
Complementary color
Monochromatic Colors of #316CE1
Black with #316CE1
Text Example
Text Example
White with #316CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316CE1; }
p { color: rgb(49,108,225); }
H1.HeaderClassName
{
color: #316CE1;
}
.AnyTagClassName
{
color: #316CE1;
}
</style>
background-color css
<style>
a { background-color: #316CE1; }
a { background-color: rgb(49,108,225); }
div.DivClassName
{
background-color: #316CE1;
}
.BgClassName
{
background-color: #316CE1;
}
</style>
border-color css
<style>
span { border-color: #316CE1; }
span { border-color: rgb(49,108,225); }
td.TdClassName
{
border-color: #316CE1;
}
.TagClassName
{
border-color: #316CE1;
}
</style>