Shades of Royal Blue #316BCD
Tints of Royal Blue #316BCD
RGB
CMYK
RGB Variations
Color information
#316BCD (or 0x316BCD) is known color: Royal Blue. HEX triplet: 31, 6B and CD. RGB value is (49,107,205). Sum of RGB (Red+Green+Blue) = 49+107+205=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #316BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BCD is #CE9432. Grayscale: #646464. Windows color (decimal): -13538355 or 13462321. OLE color: 13462321.
HSL color Cylindrical-coordinate representation of color #316BCD: hue angle of 217.69º 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 #316BCD is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 107 | 205 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.20 |
| HSL | 217.69º | 0.61% | 0.5% | - |
| HSV(B) | 217.69º | 0.76% | 0.8% | - |
| XYZ | 17.54 | 15.58 | 59.84 | - |
| YUV | 100.83 | 186.78 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 205 | 0.76 | 0.48 | 0 | 0.20 | 217.69 | 0.61 | 0.5 |
| Hex | 31 | 6B | CD | 4C | 30 | 0 | 14 | DA | 3D | 32 |
| Octal | 61 | 153 | 315 | 114 | 60 | 0 | 24 | 332 | 75 | 62 |
| Binary | 110001 | 1101011 | 11001101 | 1001100 | 110000 | 0 | 10100 | 11011010 | 111101 | 110010 |
Color Harmonies of #316BCD
Complementary color
Monochromatic Colors of #316BCD
Black with #316BCD
Text Example
Text Example
White with #316BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316BCD; }
p { color: rgb(49,107,205); }
H1.HeaderClassName
{
color: #316BCD;
}
.AnyTagClassName
{
color: #316BCD;
}
</style>
background-color css
<style>
a { background-color: #316BCD; }
a { background-color: rgb(49,107,205); }
div.DivClassName
{
background-color: #316BCD;
}
.BgClassName
{
background-color: #316BCD;
}
</style>
border-color css
<style>
span { border-color: #316BCD; }
span { border-color: rgb(49,107,205); }
td.TdClassName
{
border-color: #316BCD;
}
.TagClassName
{
border-color: #316BCD;
}
</style>