Shades of Royal Blue #3174D0
Tints of Royal Blue #3174D0
RGB
CMYK
RGB Variations
Color information
#3174D0 (or 0x3174D0) is known color: Royal Blue. HEX triplet: 31, 74 and D0. RGB value is (49,116,208). Sum of RGB (Red+Green+Blue) = 49+116+208=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #3174D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174D0 is #CE8B2F. Grayscale: #6A6A6A. Windows color (decimal): -13536048 or 13661233. OLE color: 13661233.
HSL color Cylindrical-coordinate representation of color #3174D0: hue angle of 214.72º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3174D0 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 116 | 208 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.18 |
| HSL | 214.72º | 0.63% | 0.5% | - |
| HSV(B) | 214.72º | 0.76% | 0.82% | - |
| XYZ | 18.9 | 17.7 | 62.09 | - |
| YUV | 106.46 | 185.3 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 208 | 0.76 | 0.44 | 0 | 0.18 | 214.72 | 0.63 | 0.5 |
| Hex | 31 | 74 | D0 | 4C | 2C | 0 | 12 | D7 | 3F | 32 |
| Octal | 61 | 164 | 320 | 114 | 54 | 0 | 22 | 327 | 77 | 62 |
| Binary | 110001 | 1110100 | 11010000 | 1001100 | 101100 | 0 | 10010 | 11010111 | 111111 | 110010 |
Color Harmonies of #3174D0
Complementary color
Monochromatic Colors of #3174D0
Black with #3174D0
Text Example
Text Example
White with #3174D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3174D0; }
p { color: rgb(49,116,208); }
H1.HeaderClassName
{
color: #3174D0;
}
.AnyTagClassName
{
color: #3174D0;
}
</style>
background-color css
<style>
a { background-color: #3174D0; }
a { background-color: rgb(49,116,208); }
div.DivClassName
{
background-color: #3174D0;
}
.BgClassName
{
background-color: #3174D0;
}
</style>
border-color css
<style>
span { border-color: #3174D0; }
span { border-color: rgb(49,116,208); }
td.TdClassName
{
border-color: #3174D0;
}
.TagClassName
{
border-color: #3174D0;
}
</style>