Shades of Royal Blue #316AD8
Tints of Royal Blue #316AD8
RGB
CMYK
RGB Variations
Color information
#316AD8 (or 0x316AD8) is known color: Royal Blue. HEX triplet: 31, 6A and D8. RGB value is (49,106,216). Sum of RGB (Red+Green+Blue) = 49+106+216=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #316AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316AD8 is #CE9527. Grayscale: #656565. Windows color (decimal): -13538600 or 14182961. OLE color: 14182961.
HSL color Cylindrical-coordinate representation of color #316AD8: hue angle of 219.52º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #316AD8 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 106 | 216 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.15 |
| HSL | 219.52º | 0.68% | 0.52% | - |
| HSV(B) | 219.52º | 0.77% | 0.85% | - |
| XYZ | 18.82 | 15.92 | 67.05 | - |
| YUV | 101.5 | 192.62 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 216 | 0.77 | 0.51 | 0 | 0.15 | 219.52 | 0.68 | 0.52 |
| Hex | 31 | 6A | D8 | 4D | 33 | 0 | F | DC | 44 | 34 |
| Octal | 61 | 152 | 330 | 115 | 63 | 0 | 17 | 334 | 104 | 64 |
| Binary | 110001 | 1101010 | 11011000 | 1001101 | 110011 | 0 | 1111 | 11011100 | 1000100 | 110100 |
Color Harmonies of #316AD8
Complementary color
Monochromatic Colors of #316AD8
Black with #316AD8
Text Example
Text Example
White with #316AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316AD8; }
p { color: rgb(49,106,216); }
H1.HeaderClassName
{
color: #316AD8;
}
.AnyTagClassName
{
color: #316AD8;
}
</style>
background-color css
<style>
a { background-color: #316AD8; }
a { background-color: rgb(49,106,216); }
div.DivClassName
{
background-color: #316AD8;
}
.BgClassName
{
background-color: #316AD8;
}
</style>
border-color css
<style>
span { border-color: #316AD8; }
span { border-color: rgb(49,106,216); }
td.TdClassName
{
border-color: #316AD8;
}
.TagClassName
{
border-color: #316AD8;
}
</style>