Shades of Venice Blue #315975
Tints of Venice Blue #315975
RGB
CMYK
RGB Variations
Color information
#315975 (or 0x315975) is known color: Venice Blue. HEX triplet: 31, 59 and 75. RGB value is (49,89,117). Sum of RGB (Red+Green+Blue) = 49+89+117=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #315975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315975 is #CEA68A. Grayscale: #505050. Windows color (decimal): -13543051 or 7690545. OLE color: 7690545.
HSL color Cylindrical-coordinate representation of color #315975: hue angle of 204.71º 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 #315975 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 89 | 117 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.54 |
| HSL | 204.71º | 0.41% | 0.33% | - |
| HSV(B) | 204.71º | 0.58% | 0.46% | - |
| XYZ | 8.05 | 9.08 | 18.16 | - |
| YUV | 80.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 117 | 0.58 | 0.24 | 0 | 0.54 | 204.71 | 0.41 | 0.33 |
| Hex | 31 | 59 | 75 | 3A | 18 | 0 | 36 | CD | 29 | 21 |
| Octal | 61 | 131 | 165 | 72 | 30 | 0 | 66 | 315 | 51 | 41 |
| Binary | 110001 | 1011001 | 1110101 | 111010 | 11000 | 0 | 110110 | 11001101 | 101001 | 100001 |
Color Harmonies of #315975
Complementary color
Monochromatic Colors of #315975
Black with #315975
Text Example
Text Example
White with #315975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315975; }
p { color: rgb(49,89,117); }
H1.HeaderClassName
{
color: #315975;
}
.AnyTagClassName
{
color: #315975;
}
</style>
background-color css
<style>
a { background-color: #315975; }
a { background-color: rgb(49,89,117); }
div.DivClassName
{
background-color: #315975;
}
.BgClassName
{
background-color: #315975;
}
</style>
border-color css
<style>
span { border-color: #315975; }
span { border-color: rgb(49,89,117); }
td.TdClassName
{
border-color: #315975;
}
.TagClassName
{
border-color: #315975;
}
</style>