Shades of Royal Blue #3176DB
Tints of Royal Blue #3176DB
RGB
CMYK
RGB Variations
Color information
#3176DB (or 0x3176DB) is known color: Royal Blue. HEX triplet: 31, 76 and DB. RGB value is (49,118,219). Sum of RGB (Red+Green+Blue) = 49+118+219=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #3176DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176DB is #CE8924. Grayscale: #6C6C6C. Windows color (decimal): -13535525 or 14382641. OLE color: 14382641.
HSL color Cylindrical-coordinate representation of color #3176DB: hue angle of 215.65º 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 #3176DB is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 118 | 219 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.14 |
| HSL | 215.65º | 0.7% | 0.53% | - |
| HSV(B) | 215.65º | 0.78% | 0.86% | - |
| XYZ | 20.53 | 18.72 | 69.55 | - |
| YUV | 108.88 | 190.14 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 219 | 0.78 | 0.46 | 0 | 0.14 | 215.65 | 0.7 | 0.53 |
| Hex | 31 | 76 | DB | 4E | 2E | 0 | E | D8 | 46 | 35 |
| Octal | 61 | 166 | 333 | 116 | 56 | 0 | 16 | 330 | 106 | 65 |
| Binary | 110001 | 1110110 | 11011011 | 1001110 | 101110 | 0 | 1110 | 11011000 | 1000110 | 110101 |
Color Harmonies of #3176DB
Complementary color
Monochromatic Colors of #3176DB
Black with #3176DB
Text Example
Text Example
White with #3176DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3176DB; }
p { color: rgb(49,118,219); }
H1.HeaderClassName
{
color: #3176DB;
}
.AnyTagClassName
{
color: #3176DB;
}
</style>
background-color css
<style>
a { background-color: #3176DB; }
a { background-color: rgb(49,118,219); }
div.DivClassName
{
background-color: #3176DB;
}
.BgClassName
{
background-color: #3176DB;
}
</style>
border-color css
<style>
span { border-color: #3176DB; }
span { border-color: rgb(49,118,219); }
td.TdClassName
{
border-color: #3176DB;
}
.TagClassName
{
border-color: #3176DB;
}
</style>