Shades of Royal Blue #3171CE
Tints of Royal Blue #3171CE
RGB
CMYK
RGB Variations
Color information
#3171CE (or 0x3171CE) is known color: Royal Blue. HEX triplet: 31, 71 and CE. RGB value is (49,113,206). Sum of RGB (Red+Green+Blue) = 49+113+206=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #3171CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3171CE is #CE8E31. Grayscale: #686868. Windows color (decimal): -13536818 or 13529393. OLE color: 13529393.
HSL color Cylindrical-coordinate representation of color #3171CE: hue angle of 215.54º 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 #3171CE is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 113 | 206 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.19 |
| HSL | 215.54º | 0.62% | 0.5% | - |
| HSV(B) | 215.54º | 0.76% | 0.81% | - |
| XYZ | 18.31 | 16.92 | 60.69 | - |
| YUV | 104.47 | 185.3 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 206 | 0.76 | 0.45 | 0 | 0.19 | 215.54 | 0.62 | 0.5 |
| Hex | 31 | 71 | CE | 4C | 2D | 0 | 13 | D8 | 3E | 32 |
| Octal | 61 | 161 | 316 | 114 | 55 | 0 | 23 | 330 | 76 | 62 |
| Binary | 110001 | 1110001 | 11001110 | 1001100 | 101101 | 0 | 10011 | 11011000 | 111110 | 110010 |
Color Harmonies of #3171CE
Complementary color
Monochromatic Colors of #3171CE
Black with #3171CE
Text Example
Text Example
White with #3171CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3171CE; }
p { color: rgb(49,113,206); }
H1.HeaderClassName
{
color: #3171CE;
}
.AnyTagClassName
{
color: #3171CE;
}
</style>
background-color css
<style>
a { background-color: #3171CE; }
a { background-color: rgb(49,113,206); }
div.DivClassName
{
background-color: #3171CE;
}
.BgClassName
{
background-color: #3171CE;
}
</style>
border-color css
<style>
span { border-color: #3171CE; }
span { border-color: rgb(49,113,206); }
td.TdClassName
{
border-color: #3171CE;
}
.TagClassName
{
border-color: #3171CE;
}
</style>