Shades of Venice Blue #315171
Tints of Venice Blue #315171
RGB
CMYK
RGB Variations
Color information
#315171 (or 0x315171) is known color: Venice Blue. HEX triplet: 31, 51 and 71. RGB value is (49,81,113). Sum of RGB (Red+Green+Blue) = 49+81+113=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #315171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315171 is #CEAE8E. Grayscale: #4A4A4A. Windows color (decimal): -13545103 or 7426353. OLE color: 7426353.
HSL color Cylindrical-coordinate representation of color #315171: hue angle of 210º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315171 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 81 | 113 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.56 |
| HSL | 210º | 0.4% | 0.32% | - |
| HSV(B) | 210º | 0.57% | 0.44% | - |
| XYZ | 7.19 | 7.73 | 16.74 | - |
| YUV | 75.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 113 | 0.57 | 0.28 | 0 | 0.56 | 210 | 0.4 | 0.32 |
| Hex | 31 | 51 | 71 | 39 | 1C | 0 | 38 | D2 | 28 | 20 |
| Octal | 61 | 121 | 161 | 71 | 34 | 0 | 70 | 322 | 50 | 40 |
| Binary | 110001 | 1010001 | 1110001 | 111001 | 11100 | 0 | 111000 | 11010010 | 101000 | 100000 |
Color Harmonies of #315171
Complementary color
Monochromatic Colors of #315171
Black with #315171
Text Example
Text Example
White with #315171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315171; }
p { color: rgb(49,81,113); }
H1.HeaderClassName
{
color: #315171;
}
.AnyTagClassName
{
color: #315171;
}
</style>
background-color css
<style>
a { background-color: #315171; }
a { background-color: rgb(49,81,113); }
div.DivClassName
{
background-color: #315171;
}
.BgClassName
{
background-color: #315171;
}
</style>
border-color css
<style>
span { border-color: #315171; }
span { border-color: rgb(49,81,113); }
td.TdClassName
{
border-color: #315171;
}
.TagClassName
{
border-color: #315171;
}
</style>