Shades of Venice Blue #315173
Tints of Venice Blue #315173
RGB
CMYK
RGB Variations
Color information
#315173 (or 0x315173) is known color: Venice Blue. HEX triplet: 31, 51 and 73. RGB value is (49,81,115). Sum of RGB (Red+Green+Blue) = 49+81+115=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #315173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315173 is #CEAE8C. Grayscale: #4B4B4B. Windows color (decimal): -13545101 or 7557425. OLE color: 7557425.
HSL color Cylindrical-coordinate representation of color #315173: hue angle of 210.91º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315173 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 81 | 115 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.55 |
| HSL | 210.91º | 0.4% | 0.32% | - |
| HSV(B) | 210.91º | 0.57% | 0.45% | - |
| XYZ | 7.3 | 7.78 | 17.34 | - |
| YUV | 75.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 115 | 0.57 | 0.30 | 0 | 0.55 | 210.91 | 0.4 | 0.32 |
| Hex | 31 | 51 | 73 | 39 | 1E | 0 | 37 | D3 | 28 | 20 |
| Octal | 61 | 121 | 163 | 71 | 36 | 0 | 67 | 323 | 50 | 40 |
| Binary | 110001 | 1010001 | 1110011 | 111001 | 11110 | 0 | 110111 | 11010011 | 101000 | 100000 |
Color Harmonies of #315173
Complementary color
Monochromatic Colors of #315173
Black with #315173
Text Example
Text Example
White with #315173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315173; }
p { color: rgb(49,81,115); }
H1.HeaderClassName
{
color: #315173;
}
.AnyTagClassName
{
color: #315173;
}
</style>
background-color css
<style>
a { background-color: #315173; }
a { background-color: rgb(49,81,115); }
div.DivClassName
{
background-color: #315173;
}
.BgClassName
{
background-color: #315173;
}
</style>
border-color css
<style>
span { border-color: #315173; }
span { border-color: rgb(49,81,115); }
td.TdClassName
{
border-color: #315173;
}
.TagClassName
{
border-color: #315173;
}
</style>