Shades of Royal Blue #316BDD
Tints of Royal Blue #316BDD
RGB
CMYK
RGB Variations
Color information
#316BDD (or 0x316BDD) is known color: Royal Blue. HEX triplet: 31, 6B and DD. RGB value is (49,107,221). Sum of RGB (Red+Green+Blue) = 49+107+221=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #316BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BDD is #CE9422. Grayscale: #666666. Windows color (decimal): -13538339 or 14510897. OLE color: 14510897.
HSL color Cylindrical-coordinate representation of color #316BDD: hue angle of 219.77º 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 #316BDD is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 107 | 221 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.13 |
| HSL | 219.77º | 0.72% | 0.53% | - |
| HSV(B) | 219.77º | 0.78% | 0.87% | - |
| XYZ | 19.58 | 16.39 | 70.54 | - |
| YUV | 102.65 | 194.78 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 221 | 0.78 | 0.52 | 0 | 0.13 | 219.77 | 0.72 | 0.53 |
| Hex | 31 | 6B | DD | 4E | 34 | 0 | D | DC | 48 | 35 |
| Octal | 61 | 153 | 335 | 116 | 64 | 0 | 15 | 334 | 110 | 65 |
| Binary | 110001 | 1101011 | 11011101 | 1001110 | 110100 | 0 | 1101 | 11011100 | 1001000 | 110101 |
Color Harmonies of #316BDD
Complementary color
Monochromatic Colors of #316BDD
Black with #316BDD
Text Example
Text Example
White with #316BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316BDD; }
p { color: rgb(49,107,221); }
H1.HeaderClassName
{
color: #316BDD;
}
.AnyTagClassName
{
color: #316BDD;
}
</style>
background-color css
<style>
a { background-color: #316BDD; }
a { background-color: rgb(49,107,221); }
div.DivClassName
{
background-color: #316BDD;
}
.BgClassName
{
background-color: #316BDD;
}
</style>
border-color css
<style>
span { border-color: #316BDD; }
span { border-color: rgb(49,107,221); }
td.TdClassName
{
border-color: #316BDD;
}
.TagClassName
{
border-color: #316BDD;
}
</style>