Shades of Royal Blue #3168DB
Tints of Royal Blue #3168DB
RGB
CMYK
RGB Variations
Color information
#3168DB (or 0x3168DB) is known color: Royal Blue. HEX triplet: 31, 68 and DB. RGB value is (49,104,219). Sum of RGB (Red+Green+Blue) = 49+104+219=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #3168DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168DB is #CE9724. Grayscale: #646464. Windows color (decimal): -13539109 or 14379057. OLE color: 14379057.
HSL color Cylindrical-coordinate representation of color #3168DB: hue angle of 220.59º 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 #3168DB is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 104 | 219 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.14 |
| HSL | 220.59º | 0.7% | 0.53% | - |
| HSV(B) | 220.59º | 0.78% | 0.86% | - |
| XYZ | 19 | 15.67 | 69.04 | - |
| YUV | 100.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 219 | 0.78 | 0.53 | 0 | 0.14 | 220.59 | 0.7 | 0.53 |
| Hex | 31 | 68 | DB | 4E | 35 | 0 | E | DD | 46 | 35 |
| Octal | 61 | 150 | 333 | 116 | 65 | 0 | 16 | 335 | 106 | 65 |
| Binary | 110001 | 1101000 | 11011011 | 1001110 | 110101 | 0 | 1110 | 11011101 | 1000110 | 110101 |
Color Harmonies of #3168DB
Complementary color
Monochromatic Colors of #3168DB
Black with #3168DB
Text Example
Text Example
White with #3168DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3168DB; }
p { color: rgb(49,104,219); }
H1.HeaderClassName
{
color: #3168DB;
}
.AnyTagClassName
{
color: #3168DB;
}
</style>
background-color css
<style>
a { background-color: #3168DB; }
a { background-color: rgb(49,104,219); }
div.DivClassName
{
background-color: #3168DB;
}
.BgClassName
{
background-color: #3168DB;
}
</style>
border-color css
<style>
span { border-color: #3168DB; }
span { border-color: rgb(49,104,219); }
td.TdClassName
{
border-color: #3168DB;
}
.TagClassName
{
border-color: #3168DB;
}
</style>