Shades of Royal Blue #3175DB
Tints of Royal Blue #3175DB
RGB
CMYK
RGB Variations
Color information
#3175DB (or 0x3175DB) is known color: Royal Blue. HEX triplet: 31, 75 and DB. RGB value is (49,117,219). Sum of RGB (Red+Green+Blue) = 49+117+219=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #3175DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3175DB is #CE8A24. Grayscale: #6B6B6B. Windows color (decimal): -13535781 or 14382385. OLE color: 14382385.
HSL color Cylindrical-coordinate representation of color #3175DB: hue angle of 216º 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 #3175DB is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 117 | 219 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.14 |
| HSL | 216º | 0.7% | 0.53% | - |
| HSV(B) | 216º | 0.78% | 0.86% | - |
| XYZ | 20.41 | 18.49 | 69.51 | - |
| YUV | 108.3 | 190.47 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 219 | 0.78 | 0.47 | 0 | 0.14 | 216 | 0.7 | 0.53 |
| Hex | 31 | 75 | DB | 4E | 2F | 0 | E | D8 | 46 | 35 |
| Octal | 61 | 165 | 333 | 116 | 57 | 0 | 16 | 330 | 106 | 65 |
| Binary | 110001 | 1110101 | 11011011 | 1001110 | 101111 | 0 | 1110 | 11011000 | 1000110 | 110101 |
Color Harmonies of #3175DB
Complementary color
Monochromatic Colors of #3175DB
Black with #3175DB
Text Example
Text Example
White with #3175DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175DB; }
p { color: rgb(49,117,219); }
H1.HeaderClassName
{
color: #3175DB;
}
.AnyTagClassName
{
color: #3175DB;
}
</style>
background-color css
<style>
a { background-color: #3175DB; }
a { background-color: rgb(49,117,219); }
div.DivClassName
{
background-color: #3175DB;
}
.BgClassName
{
background-color: #3175DB;
}
</style>
border-color css
<style>
span { border-color: #3175DB; }
span { border-color: rgb(49,117,219); }
td.TdClassName
{
border-color: #3175DB;
}
.TagClassName
{
border-color: #3175DB;
}
</style>