Shades of Royal Blue #3170CC
Tints of Royal Blue #3170CC
RGB
CMYK
RGB Variations
Color information
#3170CC (or 0x3170CC) is known color: Royal Blue. HEX triplet: 31, 70 and CC. RGB value is (49,112,204). Sum of RGB (Red+Green+Blue) = 49+112+204=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #3170CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170CC is #CE8F33. Grayscale: #676767. Windows color (decimal): -13537076 or 13398065. OLE color: 13398065.
HSL color Cylindrical-coordinate representation of color #3170CC: hue angle of 215.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3170CC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 112 | 204 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.2 |
| HSL | 215.61º | 0.61% | 0.5% | - |
| HSV(B) | 215.61º | 0.76% | 0.8% | - |
| XYZ | 17.96 | 16.6 | 59.38 | - |
| YUV | 103.65 | 184.63 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 204 | 0.76 | 0.45 | 0 | 0.2 | 215.61 | 0.61 | 0.5 |
| Hex | 31 | 70 | CC | 4C | 2D | 0 | 14 | D8 | 3D | 32 |
| Octal | 61 | 160 | 314 | 114 | 55 | 0 | 24 | 330 | 75 | 62 |
| Binary | 110001 | 1110000 | 11001100 | 1001100 | 101101 | 0 | 10100 | 11011000 | 111101 | 110010 |
Color Harmonies of #3170CC
Complementary color
Monochromatic Colors of #3170CC
Black with #3170CC
Text Example
Text Example
White with #3170CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3170CC; }
p { color: rgb(49,112,204); }
H1.HeaderClassName
{
color: #3170CC;
}
.AnyTagClassName
{
color: #3170CC;
}
</style>
background-color css
<style>
a { background-color: #3170CC; }
a { background-color: rgb(49,112,204); }
div.DivClassName
{
background-color: #3170CC;
}
.BgClassName
{
background-color: #3170CC;
}
</style>
border-color css
<style>
span { border-color: #3170CC; }
span { border-color: rgb(49,112,204); }
td.TdClassName
{
border-color: #3170CC;
}
.TagClassName
{
border-color: #3170CC;
}
</style>