Shades of Royal Blue #3163DB
Tints of Royal Blue #3163DB
RGB
CMYK
RGB Variations
Color information
#3163DB (or 0x3163DB) is known color: Royal Blue. HEX triplet: 31, 63 and DB. RGB value is (49,99,219). Sum of RGB (Red+Green+Blue) = 49+99+219=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #3163DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163DB is #CE9C24. Grayscale: #616161. Windows color (decimal): -13540389 or 14377777. OLE color: 14377777.
HSL color Cylindrical-coordinate representation of color #3163DB: hue angle of 222.35º 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 #3163DB is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 99 | 219 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.14 |
| HSL | 222.35º | 0.7% | 0.53% | - |
| HSV(B) | 222.35º | 0.78% | 0.86% | - |
| XYZ | 18.51 | 14.69 | 68.88 | - |
| YUV | 97.73 | 196.44 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 219 | 0.78 | 0.55 | 0 | 0.14 | 222.35 | 0.7 | 0.53 |
| Hex | 31 | 63 | DB | 4E | 37 | 0 | E | DE | 46 | 35 |
| Octal | 61 | 143 | 333 | 116 | 67 | 0 | 16 | 336 | 106 | 65 |
| Binary | 110001 | 1100011 | 11011011 | 1001110 | 110111 | 0 | 1110 | 11011110 | 1000110 | 110101 |
Color Harmonies of #3163DB
Complementary color
Monochromatic Colors of #3163DB
Black with #3163DB
Text Example
Text Example
White with #3163DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3163DB; }
p { color: rgb(49,99,219); }
H1.HeaderClassName
{
color: #3163DB;
}
.AnyTagClassName
{
color: #3163DB;
}
</style>
background-color css
<style>
a { background-color: #3163DB; }
a { background-color: rgb(49,99,219); }
div.DivClassName
{
background-color: #3163DB;
}
.BgClassName
{
background-color: #3163DB;
}
</style>
border-color css
<style>
span { border-color: #3163DB; }
span { border-color: rgb(49,99,219); }
td.TdClassName
{
border-color: #3163DB;
}
.TagClassName
{
border-color: #3163DB;
}
</style>