Shades of Royal Blue #316BD8
Tints of Royal Blue #316BD8
RGB
CMYK
RGB Variations
Color information
#316BD8 (or 0x316BD8) is known color: Royal Blue. HEX triplet: 31, 6B and D8. RGB value is (49,107,216). Sum of RGB (Red+Green+Blue) = 49+107+216=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #316BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BD8 is #CE9427. Grayscale: #656565. Windows color (decimal): -13538344 or 14183217. OLE color: 14183217.
HSL color Cylindrical-coordinate representation of color #316BD8: hue angle of 219.16º 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 #316BD8 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 107 | 216 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.15 |
| HSL | 219.16º | 0.68% | 0.52% | - |
| HSV(B) | 219.16º | 0.77% | 0.85% | - |
| XYZ | 18.92 | 16.13 | 67.08 | - |
| YUV | 102.08 | 192.28 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 216 | 0.77 | 0.50 | 0 | 0.15 | 219.16 | 0.68 | 0.52 |
| Hex | 31 | 6B | D8 | 4D | 32 | 0 | F | DB | 44 | 34 |
| Octal | 61 | 153 | 330 | 115 | 62 | 0 | 17 | 333 | 104 | 64 |
| Binary | 110001 | 1101011 | 11011000 | 1001101 | 110010 | 0 | 1111 | 11011011 | 1000100 | 110100 |
Color Harmonies of #316BD8
Complementary color
Monochromatic Colors of #316BD8
Black with #316BD8
Text Example
Text Example
White with #316BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316BD8; }
p { color: rgb(49,107,216); }
H1.HeaderClassName
{
color: #316BD8;
}
.AnyTagClassName
{
color: #316BD8;
}
</style>
background-color css
<style>
a { background-color: #316BD8; }
a { background-color: rgb(49,107,216); }
div.DivClassName
{
background-color: #316BD8;
}
.BgClassName
{
background-color: #316BD8;
}
</style>
border-color css
<style>
span { border-color: #316BD8; }
span { border-color: rgb(49,107,216); }
td.TdClassName
{
border-color: #316BD8;
}
.TagClassName
{
border-color: #316BD8;
}
</style>