Shades of Royal Blue #3173EC
Tints of Royal Blue #3173EC
RGB
CMYK
RGB Variations
Color information
#3173EC (or 0x3173EC) is known color: Royal Blue. HEX triplet: 31, 73 and EC. RGB value is (49,115,236). Sum of RGB (Red+Green+Blue) = 49+115+236=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #3173EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3173EC is #CE8C13. Grayscale: #6C6C6C. Windows color (decimal): -13536276 or 15495985. OLE color: 15495985.
HSL color Cylindrical-coordinate representation of color #3173EC: hue angle of 218.82º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3173EC is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 115 | 236 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.07 |
| HSL | 218.82º | 0.83% | 0.56% | - |
| HSV(B) | 218.82º | 0.79% | 0.93% | - |
| XYZ | 22.54 | 18.97 | 81.83 | - |
| YUV | 109.06 | 199.63 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 236 | 0.79 | 0.51 | 0 | 0.07 | 218.82 | 0.83 | 0.56 |
| Hex | 31 | 73 | EC | 4F | 33 | 0 | 7 | DB | 53 | 38 |
| Octal | 61 | 163 | 354 | 117 | 63 | 0 | 7 | 333 | 123 | 70 |
| Binary | 110001 | 1110011 | 11101100 | 1001111 | 110011 | 0 | 111 | 11011011 | 1010011 | 111000 |
Color Harmonies of #3173EC
Complementary color
Monochromatic Colors of #3173EC
Black with #3173EC
Text Example
Text Example
White with #3173EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173EC; }
p { color: rgb(49,115,236); }
H1.HeaderClassName
{
color: #3173EC;
}
.AnyTagClassName
{
color: #3173EC;
}
</style>
background-color css
<style>
a { background-color: #3173EC; }
a { background-color: rgb(49,115,236); }
div.DivClassName
{
background-color: #3173EC;
}
.BgClassName
{
background-color: #3173EC;
}
</style>
border-color css
<style>
span { border-color: #3173EC; }
span { border-color: rgb(49,115,236); }
td.TdClassName
{
border-color: #3173EC;
}
.TagClassName
{
border-color: #3173EC;
}
</style>