Shades of Royal Blue #316BD5
Tints of Royal Blue #316BD5
RGB
CMYK
RGB Variations
Color information
#316BD5 (or 0x316BD5) is known color: Royal Blue. HEX triplet: 31, 6B and D5. RGB value is (49,107,213). Sum of RGB (Red+Green+Blue) = 49+107+213=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #316BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BD5 is #CE942A. Grayscale: #656565. Windows color (decimal): -13538347 or 13986609. OLE color: 13986609.
HSL color Cylindrical-coordinate representation of color #316BD5: hue angle of 218.78º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #316BD5 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 107 | 213 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.16 |
| HSL | 218.78º | 0.66% | 0.51% | - |
| HSV(B) | 218.78º | 0.77% | 0.84% | - |
| XYZ | 18.53 | 15.97 | 65.06 | - |
| YUV | 101.74 | 190.78 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 213 | 0.77 | 0.50 | 0 | 0.16 | 218.78 | 0.66 | 0.51 |
| Hex | 31 | 6B | D5 | 4D | 32 | 0 | 10 | DB | 42 | 33 |
| Octal | 61 | 153 | 325 | 115 | 62 | 0 | 20 | 333 | 102 | 63 |
| Binary | 110001 | 1101011 | 11010101 | 1001101 | 110010 | 0 | 10000 | 11011011 | 1000010 | 110011 |
Color Harmonies of #316BD5
Complementary color
Monochromatic Colors of #316BD5
Black with #316BD5
Text Example
Text Example
White with #316BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316BD5; }
p { color: rgb(49,107,213); }
H1.HeaderClassName
{
color: #316BD5;
}
.AnyTagClassName
{
color: #316BD5;
}
</style>
background-color css
<style>
a { background-color: #316BD5; }
a { background-color: rgb(49,107,213); }
div.DivClassName
{
background-color: #316BD5;
}
.BgClassName
{
background-color: #316BD5;
}
</style>
border-color css
<style>
span { border-color: #316BD5; }
span { border-color: rgb(49,107,213); }
td.TdClassName
{
border-color: #316BD5;
}
.TagClassName
{
border-color: #316BD5;
}
</style>