Shades of Royal Blue #316ECC
Tints of Royal Blue #316ECC
RGB
CMYK
RGB Variations
Color information
#316ECC (or 0x316ECC) is known color: Royal Blue. HEX triplet: 31, 6E and CC. RGB value is (49,110,204). Sum of RGB (Red+Green+Blue) = 49+110+204=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #316ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ECC is #CE9133. Grayscale: #666666. Windows color (decimal): -13537588 or 13397553. OLE color: 13397553.
HSL color Cylindrical-coordinate representation of color #316ECC: hue angle of 216.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #316ECC is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 110 | 204 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.2 |
| HSL | 216.39º | 0.61% | 0.5% | - |
| HSV(B) | 216.39º | 0.76% | 0.8% | - |
| XYZ | 17.74 | 16.16 | 59.31 | - |
| YUV | 102.48 | 185.29 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 204 | 0.76 | 0.46 | 0 | 0.2 | 216.39 | 0.61 | 0.5 |
| Hex | 31 | 6E | CC | 4C | 2E | 0 | 14 | D8 | 3D | 32 |
| Octal | 61 | 156 | 314 | 114 | 56 | 0 | 24 | 330 | 75 | 62 |
| Binary | 110001 | 1101110 | 11001100 | 1001100 | 101110 | 0 | 10100 | 11011000 | 111101 | 110010 |
Color Harmonies of #316ECC
Complementary color
Monochromatic Colors of #316ECC
Black with #316ECC
Text Example
Text Example
White with #316ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316ECC; }
p { color: rgb(49,110,204); }
H1.HeaderClassName
{
color: #316ECC;
}
.AnyTagClassName
{
color: #316ECC;
}
</style>
background-color css
<style>
a { background-color: #316ECC; }
a { background-color: rgb(49,110,204); }
div.DivClassName
{
background-color: #316ECC;
}
.BgClassName
{
background-color: #316ECC;
}
</style>
border-color css
<style>
span { border-color: #316ECC; }
span { border-color: rgb(49,110,204); }
td.TdClassName
{
border-color: #316ECC;
}
.TagClassName
{
border-color: #316ECC;
}
</style>