Shades of Royal Blue #3160DB
Tints of Royal Blue #3160DB
RGB
CMYK
RGB Variations
Color information
#3160DB (or 0x3160DB) is known color: Royal Blue. HEX triplet: 31, 60 and DB. RGB value is (49,96,219). Sum of RGB (Red+Green+Blue) = 49+96+219=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #3160DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3160DB is #CE9F24. Grayscale: #5F5F5F. Windows color (decimal): -13541157 or 14377009. OLE color: 14377009.
HSL color Cylindrical-coordinate representation of color #3160DB: hue angle of 223.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3160DB is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 96 | 219 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.14 |
| HSL | 223.41º | 0.7% | 0.53% | - |
| HSV(B) | 223.41º | 0.78% | 0.86% | - |
| XYZ | 18.24 | 14.13 | 68.78 | - |
| YUV | 95.97 | 197.43 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 219 | 0.78 | 0.56 | 0 | 0.14 | 223.41 | 0.7 | 0.53 |
| Hex | 31 | 60 | DB | 4E | 38 | 0 | E | DF | 46 | 35 |
| Octal | 61 | 140 | 333 | 116 | 70 | 0 | 16 | 337 | 106 | 65 |
| Binary | 110001 | 1100000 | 11011011 | 1001110 | 111000 | 0 | 1110 | 11011111 | 1000110 | 110101 |
Color Harmonies of #3160DB
Complementary color
Monochromatic Colors of #3160DB
Black with #3160DB
Text Example
Text Example
White with #3160DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3160DB; }
p { color: rgb(49,96,219); }
H1.HeaderClassName
{
color: #3160DB;
}
.AnyTagClassName
{
color: #3160DB;
}
</style>
background-color css
<style>
a { background-color: #3160DB; }
a { background-color: rgb(49,96,219); }
div.DivClassName
{
background-color: #3160DB;
}
.BgClassName
{
background-color: #3160DB;
}
</style>
border-color css
<style>
span { border-color: #3160DB; }
span { border-color: rgb(49,96,219); }
td.TdClassName
{
border-color: #3160DB;
}
.TagClassName
{
border-color: #3160DB;
}
</style>