Shades of Royal Blue #316EDC
Tints of Royal Blue #316EDC
RGB
CMYK
RGB Variations
Color information
#316EDC (or 0x316EDC) is known color: Royal Blue. HEX triplet: 31, 6E and DC. RGB value is (49,110,220). Sum of RGB (Red+Green+Blue) = 49+110+220=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #316EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316EDC is #CE9123. Grayscale: #676767. Windows color (decimal): -13537572 or 14446129. OLE color: 14446129.
HSL color Cylindrical-coordinate representation of color #316EDC: hue angle of 218.6º 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 #316EDC is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 110 | 220 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.14 |
| HSL | 218.6º | 0.71% | 0.53% | - |
| HSV(B) | 218.6º | 0.78% | 0.86% | - |
| XYZ | 19.76 | 16.97 | 69.94 | - |
| YUV | 104.3 | 193.29 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 220 | 0.78 | 0.50 | 0 | 0.14 | 218.6 | 0.71 | 0.53 |
| Hex | 31 | 6E | DC | 4E | 32 | 0 | E | DB | 47 | 35 |
| Octal | 61 | 156 | 334 | 116 | 62 | 0 | 16 | 333 | 107 | 65 |
| Binary | 110001 | 1101110 | 11011100 | 1001110 | 110010 | 0 | 1110 | 11011011 | 1000111 | 110101 |
Color Harmonies of #316EDC
Complementary color
Monochromatic Colors of #316EDC
Black with #316EDC
Text Example
Text Example
White with #316EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316EDC; }
p { color: rgb(49,110,220); }
H1.HeaderClassName
{
color: #316EDC;
}
.AnyTagClassName
{
color: #316EDC;
}
</style>
background-color css
<style>
a { background-color: #316EDC; }
a { background-color: rgb(49,110,220); }
div.DivClassName
{
background-color: #316EDC;
}
.BgClassName
{
background-color: #316EDC;
}
</style>
border-color css
<style>
span { border-color: #316EDC; }
span { border-color: rgb(49,110,220); }
td.TdClassName
{
border-color: #316EDC;
}
.TagClassName
{
border-color: #316EDC;
}
</style>