Shades of Royal Blue #316ACC
Tints of Royal Blue #316ACC
RGB
CMYK
RGB Variations
Color information
#316ACC (or 0x316ACC) is known color: Royal Blue. HEX triplet: 31, 6A and CC. RGB value is (49,106,204). Sum of RGB (Red+Green+Blue) = 49+106+204=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #316ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ACC is #CE9533. Grayscale: #636363. Windows color (decimal): -13538612 or 13396529. OLE color: 13396529.
HSL color Cylindrical-coordinate representation of color #316ACC: hue angle of 217.94º 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 #316ACC is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 106 | 204 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.2 |
| HSL | 217.94º | 0.61% | 0.5% | - |
| HSV(B) | 217.94º | 0.76% | 0.8% | - |
| XYZ | 17.32 | 15.32 | 59.17 | - |
| YUV | 100.13 | 186.62 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 204 | 0.76 | 0.48 | 0 | 0.2 | 217.94 | 0.61 | 0.5 |
| Hex | 31 | 6A | CC | 4C | 30 | 0 | 14 | DA | 3D | 32 |
| Octal | 61 | 152 | 314 | 114 | 60 | 0 | 24 | 332 | 75 | 62 |
| Binary | 110001 | 1101010 | 11001100 | 1001100 | 110000 | 0 | 10100 | 11011010 | 111101 | 110010 |
Color Harmonies of #316ACC
Complementary color
Monochromatic Colors of #316ACC
Black with #316ACC
Text Example
Text Example
White with #316ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316ACC; }
p { color: rgb(49,106,204); }
H1.HeaderClassName
{
color: #316ACC;
}
.AnyTagClassName
{
color: #316ACC;
}
</style>
background-color css
<style>
a { background-color: #316ACC; }
a { background-color: rgb(49,106,204); }
div.DivClassName
{
background-color: #316ACC;
}
.BgClassName
{
background-color: #316ACC;
}
</style>
border-color css
<style>
span { border-color: #316ACC; }
span { border-color: rgb(49,106,204); }
td.TdClassName
{
border-color: #316ACC;
}
.TagClassName
{
border-color: #316ACC;
}
</style>