Shades of Royal Blue #3166DB
Tints of Royal Blue #3166DB
RGB
CMYK
RGB Variations
Color information
#3166DB (or 0x3166DB) is known color: Royal Blue. HEX triplet: 31, 66 and DB. RGB value is (49,102,219). Sum of RGB (Red+Green+Blue) = 49+102+219=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #3166DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166DB is #CE9924. Grayscale: #626262. Windows color (decimal): -13539621 or 14378545. OLE color: 14378545.
HSL color Cylindrical-coordinate representation of color #3166DB: hue angle of 221.29º 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 #3166DB is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 102 | 219 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.14 |
| HSL | 221.29º | 0.7% | 0.53% | - |
| HSV(B) | 221.29º | 0.78% | 0.86% | - |
| XYZ | 18.8 | 15.27 | 68.97 | - |
| YUV | 99.49 | 195.44 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 219 | 0.78 | 0.53 | 0 | 0.14 | 221.29 | 0.7 | 0.53 |
| Hex | 31 | 66 | DB | 4E | 35 | 0 | E | DD | 46 | 35 |
| Octal | 61 | 146 | 333 | 116 | 65 | 0 | 16 | 335 | 106 | 65 |
| Binary | 110001 | 1100110 | 11011011 | 1001110 | 110101 | 0 | 1110 | 11011101 | 1000110 | 110101 |
Color Harmonies of #3166DB
Complementary color
Monochromatic Colors of #3166DB
Black with #3166DB
Text Example
Text Example
White with #3166DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166DB; }
p { color: rgb(49,102,219); }
H1.HeaderClassName
{
color: #3166DB;
}
.AnyTagClassName
{
color: #3166DB;
}
</style>
background-color css
<style>
a { background-color: #3166DB; }
a { background-color: rgb(49,102,219); }
div.DivClassName
{
background-color: #3166DB;
}
.BgClassName
{
background-color: #3166DB;
}
</style>
border-color css
<style>
span { border-color: #3166DB; }
span { border-color: rgb(49,102,219); }
td.TdClassName
{
border-color: #3166DB;
}
.TagClassName
{
border-color: #3166DB;
}
</style>