Shades of Royal Blue #3173CC
Tints of Royal Blue #3173CC
RGB
CMYK
RGB Variations
Color information
#3173CC (or 0x3173CC) is known color: Royal Blue. HEX triplet: 31, 73 and CC. RGB value is (49,115,204). Sum of RGB (Red+Green+Blue) = 49+115+204=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #3173CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3173CC is #CE8C33. Grayscale: #686868. Windows color (decimal): -13536308 or 13398833. OLE color: 13398833.
HSL color Cylindrical-coordinate representation of color #3173CC: hue angle of 214.45º 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 #3173CC is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 115 | 204 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.2 |
| HSL | 214.45º | 0.61% | 0.5% | - |
| HSV(B) | 214.45º | 0.76% | 0.8% | - |
| XYZ | 18.3 | 17.27 | 59.5 | - |
| YUV | 105.41 | 183.63 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 204 | 0.76 | 0.44 | 0 | 0.2 | 214.45 | 0.61 | 0.5 |
| Hex | 31 | 73 | CC | 4C | 2C | 0 | 14 | D6 | 3D | 32 |
| Octal | 61 | 163 | 314 | 114 | 54 | 0 | 24 | 326 | 75 | 62 |
| Binary | 110001 | 1110011 | 11001100 | 1001100 | 101100 | 0 | 10100 | 11010110 | 111101 | 110010 |
Color Harmonies of #3173CC
Complementary color
Monochromatic Colors of #3173CC
Black with #3173CC
Text Example
Text Example
White with #3173CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173CC; }
p { color: rgb(49,115,204); }
H1.HeaderClassName
{
color: #3173CC;
}
.AnyTagClassName
{
color: #3173CC;
}
</style>
background-color css
<style>
a { background-color: #3173CC; }
a { background-color: rgb(49,115,204); }
div.DivClassName
{
background-color: #3173CC;
}
.BgClassName
{
background-color: #3173CC;
}
</style>
border-color css
<style>
span { border-color: #3173CC; }
span { border-color: rgb(49,115,204); }
td.TdClassName
{
border-color: #3173CC;
}
.TagClassName
{
border-color: #3173CC;
}
</style>