Shades of Royal Blue #3179DB
Tints of Royal Blue #3179DB
RGB
CMYK
RGB Variations
Color information
#3179DB (or 0x3179DB) is known color: Royal Blue. HEX triplet: 31, 79 and DB. RGB value is (49,121,219). Sum of RGB (Red+Green+Blue) = 49+121+219=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #3179DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179DB is #CE8624. Grayscale: #6E6E6E. Windows color (decimal): -13534757 or 14383409. OLE color: 14383409.
HSL color Cylindrical-coordinate representation of color #3179DB: hue angle of 214.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 #3179DB is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 121 | 219 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.14 |
| HSL | 214.59º | 0.7% | 0.53% | - |
| HSV(B) | 214.59º | 0.78% | 0.86% | - |
| XYZ | 20.89 | 19.44 | 69.67 | - |
| YUV | 110.64 | 189.15 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 219 | 0.78 | 0.45 | 0 | 0.14 | 214.59 | 0.7 | 0.53 |
| Hex | 31 | 79 | DB | 4E | 2D | 0 | E | D7 | 46 | 35 |
| Octal | 61 | 171 | 333 | 116 | 55 | 0 | 16 | 327 | 106 | 65 |
| Binary | 110001 | 1111001 | 11011011 | 1001110 | 101101 | 0 | 1110 | 11010111 | 1000110 | 110101 |
Color Harmonies of #3179DB
Complementary color
Monochromatic Colors of #3179DB
Black with #3179DB
Text Example
Text Example
White with #3179DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3179DB; }
p { color: rgb(49,121,219); }
H1.HeaderClassName
{
color: #3179DB;
}
.AnyTagClassName
{
color: #3179DB;
}
</style>
background-color css
<style>
a { background-color: #3179DB; }
a { background-color: rgb(49,121,219); }
div.DivClassName
{
background-color: #3179DB;
}
.BgClassName
{
background-color: #3179DB;
}
</style>
border-color css
<style>
span { border-color: #3179DB; }
span { border-color: rgb(49,121,219); }
td.TdClassName
{
border-color: #3179DB;
}
.TagClassName
{
border-color: #3179DB;
}
</style>