Shades of Royal Blue #3171DF
Tints of Royal Blue #3171DF
RGB
CMYK
RGB Variations
Color information
#3171DF (or 0x3171DF) is known color: Royal Blue. HEX triplet: 31, 71 and DF. RGB value is (49,113,223). Sum of RGB (Red+Green+Blue) = 49+113+223=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #3171DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3171DF is #CE8E20. Grayscale: #696969. Windows color (decimal): -13536801 or 14643505. OLE color: 14643505.
HSL color Cylindrical-coordinate representation of color #3171DF: hue angle of 217.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3171DF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 113 | 223 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.13 |
| HSL | 217.93º | 0.73% | 0.53% | - |
| HSV(B) | 217.93º | 0.78% | 0.87% | - |
| XYZ | 20.49 | 17.79 | 72.17 | - |
| YUV | 106.4 | 193.8 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 223 | 0.78 | 0.49 | 0 | 0.13 | 217.93 | 0.73 | 0.53 |
| Hex | 31 | 71 | DF | 4E | 31 | 0 | D | DA | 49 | 35 |
| Octal | 61 | 161 | 337 | 116 | 61 | 0 | 15 | 332 | 111 | 65 |
| Binary | 110001 | 1110001 | 11011111 | 1001110 | 110001 | 0 | 1101 | 11011010 | 1001001 | 110101 |
Color Harmonies of #3171DF
Complementary color
Monochromatic Colors of #3171DF
Black with #3171DF
Text Example
Text Example
White with #3171DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3171DF; }
p { color: rgb(49,113,223); }
H1.HeaderClassName
{
color: #3171DF;
}
.AnyTagClassName
{
color: #3171DF;
}
</style>
background-color css
<style>
a { background-color: #3171DF; }
a { background-color: rgb(49,113,223); }
div.DivClassName
{
background-color: #3171DF;
}
.BgClassName
{
background-color: #3171DF;
}
</style>
border-color css
<style>
span { border-color: #3171DF; }
span { border-color: rgb(49,113,223); }
td.TdClassName
{
border-color: #3171DF;
}
.TagClassName
{
border-color: #3171DF;
}
</style>