Shades of Royal Blue #3173CE
Tints of Royal Blue #3173CE
RGB
CMYK
RGB Variations
Color information
#3173CE (or 0x3173CE) is known color: Royal Blue. HEX triplet: 31, 73 and CE. RGB value is (49,115,206). Sum of RGB (Red+Green+Blue) = 49+115+206=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #3173CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3173CE is #CE8C31. Grayscale: #696969. Windows color (decimal): -13536306 or 13529905. OLE color: 13529905.
HSL color Cylindrical-coordinate representation of color #3173CE: hue angle of 214.78º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3173CE is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 115 | 206 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.19 |
| HSL | 214.78º | 0.62% | 0.5% | - |
| HSV(B) | 214.78º | 0.76% | 0.81% | - |
| XYZ | 18.54 | 17.37 | 60.77 | - |
| YUV | 105.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 206 | 0.76 | 0.44 | 0 | 0.19 | 214.78 | 0.62 | 0.5 |
| Hex | 31 | 73 | CE | 4C | 2C | 0 | 13 | D7 | 3E | 32 |
| Octal | 61 | 163 | 316 | 114 | 54 | 0 | 23 | 327 | 76 | 62 |
| Binary | 110001 | 1110011 | 11001110 | 1001100 | 101100 | 0 | 10011 | 11010111 | 111110 | 110010 |
Color Harmonies of #3173CE
Complementary color
Monochromatic Colors of #3173CE
Black with #3173CE
Text Example
Text Example
White with #3173CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173CE; }
p { color: rgb(49,115,206); }
H1.HeaderClassName
{
color: #3173CE;
}
.AnyTagClassName
{
color: #3173CE;
}
</style>
background-color css
<style>
a { background-color: #3173CE; }
a { background-color: rgb(49,115,206); }
div.DivClassName
{
background-color: #3173CE;
}
.BgClassName
{
background-color: #3173CE;
}
</style>
border-color css
<style>
span { border-color: #3173CE; }
span { border-color: rgb(49,115,206); }
td.TdClassName
{
border-color: #3173CE;
}
.TagClassName
{
border-color: #3173CE;
}
</style>