Shades of Royal Blue #316DDC
Tints of Royal Blue #316DDC
RGB
CMYK
RGB Variations
Color information
#316DDC (or 0x316DDC) is known color: Royal Blue. HEX triplet: 31, 6D and DC. RGB value is (49,109,220). Sum of RGB (Red+Green+Blue) = 49+109+220=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #316DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DDC is #CE9223. Grayscale: #676767. Windows color (decimal): -13537828 or 14445873. OLE color: 14445873.
HSL color Cylindrical-coordinate representation of color #316DDC: hue angle of 218.95º 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 #316DDC is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 109 | 220 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.14 |
| HSL | 218.95º | 0.71% | 0.53% | - |
| HSV(B) | 218.95º | 0.78% | 0.86% | - |
| XYZ | 19.65 | 16.76 | 69.91 | - |
| YUV | 103.71 | 193.62 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 220 | 0.78 | 0.50 | 0 | 0.14 | 218.95 | 0.71 | 0.53 |
| Hex | 31 | 6D | DC | 4E | 32 | 0 | E | DB | 47 | 35 |
| Octal | 61 | 155 | 334 | 116 | 62 | 0 | 16 | 333 | 107 | 65 |
| Binary | 110001 | 1101101 | 11011100 | 1001110 | 110010 | 0 | 1110 | 11011011 | 1000111 | 110101 |
Color Harmonies of #316DDC
Complementary color
Monochromatic Colors of #316DDC
Black with #316DDC
Text Example
Text Example
White with #316DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DDC; }
p { color: rgb(49,109,220); }
H1.HeaderClassName
{
color: #316DDC;
}
.AnyTagClassName
{
color: #316DDC;
}
</style>
background-color css
<style>
a { background-color: #316DDC; }
a { background-color: rgb(49,109,220); }
div.DivClassName
{
background-color: #316DDC;
}
.BgClassName
{
background-color: #316DDC;
}
</style>
border-color css
<style>
span { border-color: #316DDC; }
span { border-color: rgb(49,109,220); }
td.TdClassName
{
border-color: #316DDC;
}
.TagClassName
{
border-color: #316DDC;
}
</style>