Shades of Royal Blue #316ECE
Tints of Royal Blue #316ECE
RGB
CMYK
RGB Variations
Color information
#316ECE (or 0x316ECE) is known color: Royal Blue. HEX triplet: 31, 6E and CE. RGB value is (49,110,206). Sum of RGB (Red+Green+Blue) = 49+110+206=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #316ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ECE is #CE9131. Grayscale: #666666. Windows color (decimal): -13537586 or 13528625. OLE color: 13528625.
HSL color Cylindrical-coordinate representation of color #316ECE: hue angle of 216.69º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #316ECE is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 110 | 206 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.19 |
| HSL | 216.69º | 0.62% | 0.5% | - |
| HSV(B) | 216.69º | 0.76% | 0.81% | - |
| XYZ | 17.98 | 16.26 | 60.58 | - |
| YUV | 102.71 | 186.29 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 206 | 0.76 | 0.47 | 0 | 0.19 | 216.69 | 0.62 | 0.5 |
| Hex | 31 | 6E | CE | 4C | 2F | 0 | 13 | D9 | 3E | 32 |
| Octal | 61 | 156 | 316 | 114 | 57 | 0 | 23 | 331 | 76 | 62 |
| Binary | 110001 | 1101110 | 11001110 | 1001100 | 101111 | 0 | 10011 | 11011001 | 111110 | 110010 |
Color Harmonies of #316ECE
Complementary color
Monochromatic Colors of #316ECE
Black with #316ECE
Text Example
Text Example
White with #316ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316ECE; }
p { color: rgb(49,110,206); }
H1.HeaderClassName
{
color: #316ECE;
}
.AnyTagClassName
{
color: #316ECE;
}
</style>
background-color css
<style>
a { background-color: #316ECE; }
a { background-color: rgb(49,110,206); }
div.DivClassName
{
background-color: #316ECE;
}
.BgClassName
{
background-color: #316ECE;
}
</style>
border-color css
<style>
span { border-color: #316ECE; }
span { border-color: rgb(49,110,206); }
td.TdClassName
{
border-color: #316ECE;
}
.TagClassName
{
border-color: #316ECE;
}
</style>