Shades of Royal Blue #3173D7
Tints of Royal Blue #3173D7
RGB
CMYK
RGB Variations
Color information
#3173D7 (or 0x3173D7) is known color: Royal Blue. HEX triplet: 31, 73 and D7. RGB value is (49,115,215). Sum of RGB (Red+Green+Blue) = 49+115+215=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 215 (84.38% from 255 or 56.73% from 379); Max value from RGB is 215 - color contains mainly: blue. Hex color #3173D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3173D7 is #CE8C28. Grayscale: #6A6A6A. Windows color (decimal): -13536297 or 14119729. OLE color: 14119729.
HSL color Cylindrical-coordinate representation of color #3173D7: hue angle of 216.14º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3173D7 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 115 | 215 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.16 |
| HSL | 216.14º | 0.67% | 0.52% | - |
| HSV(B) | 216.14º | 0.77% | 0.84% | - |
| XYZ | 19.66 | 17.82 | 66.69 | - |
| YUV | 106.67 | 189.13 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 215 | 0.77 | 0.47 | 0 | 0.16 | 216.14 | 0.67 | 0.52 |
| Hex | 31 | 73 | D7 | 4D | 2F | 0 | 10 | D8 | 43 | 34 |
| Octal | 61 | 163 | 327 | 115 | 57 | 0 | 20 | 330 | 103 | 64 |
| Binary | 110001 | 1110011 | 11010111 | 1001101 | 101111 | 0 | 10000 | 11011000 | 1000011 | 110100 |
Color Harmonies of #3173D7
Complementary color
Monochromatic Colors of #3173D7
Black with #3173D7
Text Example
Text Example
White with #3173D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173D7; }
p { color: rgb(49,115,215); }
H1.HeaderClassName
{
color: #3173D7;
}
.AnyTagClassName
{
color: #3173D7;
}
</style>
background-color css
<style>
a { background-color: #3173D7; }
a { background-color: rgb(49,115,215); }
div.DivClassName
{
background-color: #3173D7;
}
.BgClassName
{
background-color: #3173D7;
}
</style>
border-color css
<style>
span { border-color: #3173D7; }
span { border-color: rgb(49,115,215); }
td.TdClassName
{
border-color: #3173D7;
}
.TagClassName
{
border-color: #3173D7;
}
</style>