Shades of Royal Blue #316DCC
Tints of Royal Blue #316DCC
RGB
CMYK
RGB Variations
Color information
#316DCC (or 0x316DCC) is known color: Royal Blue. HEX triplet: 31, 6D and CC. RGB value is (49,109,204). Sum of RGB (Red+Green+Blue) = 49+109+204=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #316DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DCC is #CE9233. Grayscale: #656565. Windows color (decimal): -13537844 or 13397297. OLE color: 13397297.
HSL color Cylindrical-coordinate representation of color #316DCC: hue angle of 216.77º 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 #316DCC is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 109 | 204 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.2 |
| HSL | 216.77º | 0.61% | 0.5% | - |
| HSV(B) | 216.77º | 0.76% | 0.8% | - |
| XYZ | 17.63 | 15.95 | 59.28 | - |
| YUV | 101.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 204 | 0.76 | 0.47 | 0 | 0.2 | 216.77 | 0.61 | 0.5 |
| Hex | 31 | 6D | CC | 4C | 2F | 0 | 14 | D9 | 3D | 32 |
| Octal | 61 | 155 | 314 | 114 | 57 | 0 | 24 | 331 | 75 | 62 |
| Binary | 110001 | 1101101 | 11001100 | 1001100 | 101111 | 0 | 10100 | 11011001 | 111101 | 110010 |
Color Harmonies of #316DCC
Complementary color
Monochromatic Colors of #316DCC
Black with #316DCC
Text Example
Text Example
White with #316DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DCC; }
p { color: rgb(49,109,204); }
H1.HeaderClassName
{
color: #316DCC;
}
.AnyTagClassName
{
color: #316DCC;
}
</style>
background-color css
<style>
a { background-color: #316DCC; }
a { background-color: rgb(49,109,204); }
div.DivClassName
{
background-color: #316DCC;
}
.BgClassName
{
background-color: #316DCC;
}
</style>
border-color css
<style>
span { border-color: #316DCC; }
span { border-color: rgb(49,109,204); }
td.TdClassName
{
border-color: #316DCC;
}
.TagClassName
{
border-color: #316DCC;
}
</style>