Shades of Royal Blue #3167DB
Tints of Royal Blue #3167DB
RGB
CMYK
RGB Variations
Color information
#3167DB (or 0x3167DB) is known color: Royal Blue. HEX triplet: 31, 67 and DB. RGB value is (49,103,219). Sum of RGB (Red+Green+Blue) = 49+103+219=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #3167DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3167DB is #CE9824. Grayscale: #636363. Windows color (decimal): -13539365 or 14378801. OLE color: 14378801.
HSL color Cylindrical-coordinate representation of color #3167DB: hue angle of 220.94º 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 #3167DB is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 103 | 219 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.14 |
| HSL | 220.94º | 0.7% | 0.53% | - |
| HSV(B) | 220.94º | 0.78% | 0.86% | - |
| XYZ | 18.9 | 15.47 | 69.01 | - |
| YUV | 100.08 | 195.11 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 219 | 0.78 | 0.53 | 0 | 0.14 | 220.94 | 0.7 | 0.53 |
| Hex | 31 | 67 | DB | 4E | 35 | 0 | E | DD | 46 | 35 |
| Octal | 61 | 147 | 333 | 116 | 65 | 0 | 16 | 335 | 106 | 65 |
| Binary | 110001 | 1100111 | 11011011 | 1001110 | 110101 | 0 | 1110 | 11011101 | 1000110 | 110101 |
Color Harmonies of #3167DB
Complementary color
Monochromatic Colors of #3167DB
Black with #3167DB
Text Example
Text Example
White with #3167DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3167DB; }
p { color: rgb(49,103,219); }
H1.HeaderClassName
{
color: #3167DB;
}
.AnyTagClassName
{
color: #3167DB;
}
</style>
background-color css
<style>
a { background-color: #3167DB; }
a { background-color: rgb(49,103,219); }
div.DivClassName
{
background-color: #3167DB;
}
.BgClassName
{
background-color: #3167DB;
}
</style>
border-color css
<style>
span { border-color: #3167DB; }
span { border-color: rgb(49,103,219); }
td.TdClassName
{
border-color: #3167DB;
}
.TagClassName
{
border-color: #3167DB;
}
</style>