Shades of Royal Blue #3174DB
Tints of Royal Blue #3174DB
RGB
CMYK
RGB Variations
Color information
#3174DB (or 0x3174DB) is known color: Royal Blue. HEX triplet: 31, 74 and DB. RGB value is (49,116,219). Sum of RGB (Red+Green+Blue) = 49+116+219=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #3174DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174DB is #CE8B24. Grayscale: #6B6B6B. Windows color (decimal): -13536037 or 14382129. OLE color: 14382129.
HSL color Cylindrical-coordinate representation of color #3174DB: hue angle of 216.35º 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 #3174DB is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 116 | 219 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.14 |
| HSL | 216.35º | 0.7% | 0.53% | - |
| HSV(B) | 216.35º | 0.78% | 0.86% | - |
| XYZ | 20.3 | 18.26 | 69.47 | - |
| YUV | 107.71 | 190.8 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 219 | 0.78 | 0.47 | 0 | 0.14 | 216.35 | 0.7 | 0.53 |
| Hex | 31 | 74 | DB | 4E | 2F | 0 | E | D8 | 46 | 35 |
| Octal | 61 | 164 | 333 | 116 | 57 | 0 | 16 | 330 | 106 | 65 |
| Binary | 110001 | 1110100 | 11011011 | 1001110 | 101111 | 0 | 1110 | 11011000 | 1000110 | 110101 |
Color Harmonies of #3174DB
Complementary color
Monochromatic Colors of #3174DB
Black with #3174DB
Text Example
Text Example
White with #3174DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3174DB; }
p { color: rgb(49,116,219); }
H1.HeaderClassName
{
color: #3174DB;
}
.AnyTagClassName
{
color: #3174DB;
}
</style>
background-color css
<style>
a { background-color: #3174DB; }
a { background-color: rgb(49,116,219); }
div.DivClassName
{
background-color: #3174DB;
}
.BgClassName
{
background-color: #3174DB;
}
</style>
border-color css
<style>
span { border-color: #3174DB; }
span { border-color: rgb(49,116,219); }
td.TdClassName
{
border-color: #3174DB;
}
.TagClassName
{
border-color: #3174DB;
}
</style>