Shades of Royal Blue #3169DB
Tints of Royal Blue #3169DB
RGB
CMYK
RGB Variations
Color information
#3169DB (or 0x3169DB) is known color: Royal Blue. HEX triplet: 31, 69 and DB. RGB value is (49,105,219). Sum of RGB (Red+Green+Blue) = 49+105+219=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #3169DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3169DB is #CE9624. Grayscale: #646464. Windows color (decimal): -13538853 or 14379313. OLE color: 14379313.
HSL color Cylindrical-coordinate representation of color #3169DB: hue angle of 220.24º 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 #3169DB is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 105 | 219 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.14 |
| HSL | 220.24º | 0.7% | 0.53% | - |
| HSV(B) | 220.24º | 0.78% | 0.86% | - |
| XYZ | 19.1 | 15.87 | 69.07 | - |
| YUV | 101.25 | 194.45 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 105 | 219 | 0.78 | 0.52 | 0 | 0.14 | 220.24 | 0.7 | 0.53 |
| Hex | 31 | 69 | DB | 4E | 34 | 0 | E | DC | 46 | 35 |
| Octal | 61 | 151 | 333 | 116 | 64 | 0 | 16 | 334 | 106 | 65 |
| Binary | 110001 | 1101001 | 11011011 | 1001110 | 110100 | 0 | 1110 | 11011100 | 1000110 | 110101 |
Color Harmonies of #3169DB
Complementary color
Monochromatic Colors of #3169DB
Black with #3169DB
Text Example
Text Example
White with #3169DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3169DB; }
p { color: rgb(49,105,219); }
H1.HeaderClassName
{
color: #3169DB;
}
.AnyTagClassName
{
color: #3169DB;
}
</style>
background-color css
<style>
a { background-color: #3169DB; }
a { background-color: rgb(49,105,219); }
div.DivClassName
{
background-color: #3169DB;
}
.BgClassName
{
background-color: #3169DB;
}
</style>
border-color css
<style>
span { border-color: #3169DB; }
span { border-color: rgb(49,105,219); }
td.TdClassName
{
border-color: #3169DB;
}
.TagClassName
{
border-color: #3169DB;
}
</style>