Shades of Royal Blue #316DDD
Tints of Royal Blue #316DDD
RGB
CMYK
RGB Variations
Color information
#316DDD (or 0x316DDD) is known color: Royal Blue. HEX triplet: 31, 6D and DD. RGB value is (49,109,221). Sum of RGB (Red+Green+Blue) = 49+109+221=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #316DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DDD is #CE9222. Grayscale: #676767. Windows color (decimal): -13537827 or 14511409. OLE color: 14511409.
HSL color Cylindrical-coordinate representation of color #316DDD: hue angle of 219.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316DDD is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 109 | 221 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.13 |
| HSL | 219.07º | 0.72% | 0.53% | - |
| HSV(B) | 219.07º | 0.78% | 0.87% | - |
| XYZ | 19.79 | 16.81 | 70.61 | - |
| YUV | 103.83 | 194.12 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 221 | 0.78 | 0.51 | 0 | 0.13 | 219.07 | 0.72 | 0.53 |
| Hex | 31 | 6D | DD | 4E | 33 | 0 | D | DB | 48 | 35 |
| Octal | 61 | 155 | 335 | 116 | 63 | 0 | 15 | 333 | 110 | 65 |
| Binary | 110001 | 1101101 | 11011101 | 1001110 | 110011 | 0 | 1101 | 11011011 | 1001000 | 110101 |
Color Harmonies of #316DDD
Complementary color
Monochromatic Colors of #316DDD
Black with #316DDD
Text Example
Text Example
White with #316DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DDD; }
p { color: rgb(49,109,221); }
H1.HeaderClassName
{
color: #316DDD;
}
.AnyTagClassName
{
color: #316DDD;
}
</style>
background-color css
<style>
a { background-color: #316DDD; }
a { background-color: rgb(49,109,221); }
div.DivClassName
{
background-color: #316DDD;
}
.BgClassName
{
background-color: #316DDD;
}
</style>
border-color css
<style>
span { border-color: #316DDD; }
span { border-color: rgb(49,109,221); }
td.TdClassName
{
border-color: #316DDD;
}
.TagClassName
{
border-color: #316DDD;
}
</style>