Shades of Royal Blue #316BDC
Tints of Royal Blue #316BDC
RGB
CMYK
RGB Variations
Color information
#316BDC (or 0x316BDC) is known color: Royal Blue. HEX triplet: 31, 6B and DC. RGB value is (49,107,220). Sum of RGB (Red+Green+Blue) = 49+107+220=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #316BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BDC is #CE9423. Grayscale: #666666. Windows color (decimal): -13538340 or 14445361. OLE color: 14445361.
HSL color Cylindrical-coordinate representation of color #316BDC: hue angle of 219.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316BDC is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 107 | 220 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.14 |
| HSL | 219.65º | 0.71% | 0.53% | - |
| HSV(B) | 219.65º | 0.78% | 0.86% | - |
| XYZ | 19.44 | 16.34 | 69.84 | - |
| YUV | 102.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 220 | 0.78 | 0.51 | 0 | 0.14 | 219.65 | 0.71 | 0.53 |
| Hex | 31 | 6B | DC | 4E | 33 | 0 | E | DC | 47 | 35 |
| Octal | 61 | 153 | 334 | 116 | 63 | 0 | 16 | 334 | 107 | 65 |
| Binary | 110001 | 1101011 | 11011100 | 1001110 | 110011 | 0 | 1110 | 11011100 | 1000111 | 110101 |
Color Harmonies of #316BDC
Complementary color
Monochromatic Colors of #316BDC
Black with #316BDC
Text Example
Text Example
White with #316BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316BDC; }
p { color: rgb(49,107,220); }
H1.HeaderClassName
{
color: #316BDC;
}
.AnyTagClassName
{
color: #316BDC;
}
</style>
background-color css
<style>
a { background-color: #316BDC; }
a { background-color: rgb(49,107,220); }
div.DivClassName
{
background-color: #316BDC;
}
.BgClassName
{
background-color: #316BDC;
}
</style>
border-color css
<style>
span { border-color: #316BDC; }
span { border-color: rgb(49,107,220); }
td.TdClassName
{
border-color: #316BDC;
}
.TagClassName
{
border-color: #316BDC;
}
</style>