Shades of Royal Blue #3173FF
Tints of Royal Blue #3173FF
RGB
CMYK
RGB Variations
Color information
#3173FF (or 0x3173FF) is known color: Royal Blue. HEX triplet: 31, 73 and FF. RGB value is (49,115,255). Sum of RGB (Red+Green+Blue) = 49+115+255=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #3173FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3173FF is #CE8C00. Grayscale: #6E6E6E. Windows color (decimal): -13536257 or 16741169. OLE color: 16741169.
HSL color Cylindrical-coordinate representation of color #3173FF: hue angle of 220.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3173FF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 115 | 255 | - |
| CMYK | 0.81 | 0.55 | 0 | 0 |
| HSL | 220.78º | 1% | 0.6% | - |
| HSV(B) | 220.78º | 0.81% | 1% | - |
| XYZ | 25.45 | 20.13 | 97.15 | - |
| YUV | 111.23 | 209.13 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 255 | 0.81 | 0.55 | 0 | 0 | 220.78 | 1 | 0.6 |
| Hex | 31 | 73 | FF | 51 | 37 | 0 | 0 | DD | 64 | 3C |
| Octal | 61 | 163 | 377 | 121 | 67 | 0 | 0 | 335 | 144 | 74 |
| Binary | 110001 | 1110011 | 11111111 | 1010001 | 110111 | 0 | 0 | 11011101 | 1100100 | 111100 |
Color Harmonies of #3173FF
Complementary color
Monochromatic Colors of #3173FF
Black with #3173FF
Text Example
Text Example
White with #3173FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173FF; }
p { color: rgb(49,115,255); }
H1.HeaderClassName
{
color: #3173FF;
}
.AnyTagClassName
{
color: #3173FF;
}
</style>
background-color css
<style>
a { background-color: #3173FF; }
a { background-color: rgb(49,115,255); }
div.DivClassName
{
background-color: #3173FF;
}
.BgClassName
{
background-color: #3173FF;
}
</style>
border-color css
<style>
span { border-color: #3173FF; }
span { border-color: rgb(49,115,255); }
td.TdClassName
{
border-color: #3173FF;
}
.TagClassName
{
border-color: #3173FF;
}
</style>