Shades of Venice Blue #315176
Tints of Venice Blue #315176
RGB
CMYK
RGB Variations
Color information
#315176 (or 0x315176) is known color: Venice Blue. HEX triplet: 31, 51 and 76. RGB value is (49,81,118). Sum of RGB (Red+Green+Blue) = 49+81+118=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #315176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315176 is #CEAE89. Grayscale: #4B4B4B. Windows color (decimal): -13545098 or 7754033. OLE color: 7754033.
HSL color Cylindrical-coordinate representation of color #315176: hue angle of 212.17º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315176 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 81 | 118 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.54 |
| HSL | 212.17º | 0.41% | 0.33% | - |
| HSV(B) | 212.17º | 0.58% | 0.46% | - |
| XYZ | 7.48 | 7.85 | 18.26 | - |
| YUV | 75.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 118 | 0.58 | 0.31 | 0 | 0.54 | 212.17 | 0.41 | 0.33 |
| Hex | 31 | 51 | 76 | 3A | 1F | 0 | 36 | D4 | 29 | 21 |
| Octal | 61 | 121 | 166 | 72 | 37 | 0 | 66 | 324 | 51 | 41 |
| Binary | 110001 | 1010001 | 1110110 | 111010 | 11111 | 0 | 110110 | 11010100 | 101001 | 100001 |
Color Harmonies of #315176
Complementary color
Monochromatic Colors of #315176
Black with #315176
Text Example
Text Example
White with #315176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315176; }
p { color: rgb(49,81,118); }
H1.HeaderClassName
{
color: #315176;
}
.AnyTagClassName
{
color: #315176;
}
</style>
background-color css
<style>
a { background-color: #315176; }
a { background-color: rgb(49,81,118); }
div.DivClassName
{
background-color: #315176;
}
.BgClassName
{
background-color: #315176;
}
</style>
border-color css
<style>
span { border-color: #315176; }
span { border-color: rgb(49,81,118); }
td.TdClassName
{
border-color: #315176;
}
.TagClassName
{
border-color: #315176;
}
</style>