Shades of Venice Blue #315672
Tints of Venice Blue #315672
RGB
CMYK
RGB Variations
Color information
#315672 (or 0x315672) is known color: Venice Blue. HEX triplet: 31, 56 and 72. RGB value is (49,86,114). Sum of RGB (Red+Green+Blue) = 49+86+114=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #315672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315672 is #CEA98D. Grayscale: #4D4D4D. Windows color (decimal): -13543822 or 7493169. OLE color: 7493169.
HSL color Cylindrical-coordinate representation of color #315672: hue angle of 205.85º 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 #315672 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 86 | 114 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.55 |
| HSL | 205.85º | 0.4% | 0.32% | - |
| HSV(B) | 205.85º | 0.57% | 0.45% | - |
| XYZ | 7.63 | 8.52 | 17.16 | - |
| YUV | 78.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 114 | 0.57 | 0.25 | 0 | 0.55 | 205.85 | 0.4 | 0.32 |
| Hex | 31 | 56 | 72 | 39 | 19 | 0 | 37 | CE | 28 | 20 |
| Octal | 61 | 126 | 162 | 71 | 31 | 0 | 67 | 316 | 50 | 40 |
| Binary | 110001 | 1010110 | 1110010 | 111001 | 11001 | 0 | 110111 | 11001110 | 101000 | 100000 |
Color Harmonies of #315672
Complementary color
Monochromatic Colors of #315672
Black with #315672
Text Example
Text Example
White with #315672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315672; }
p { color: rgb(49,86,114); }
H1.HeaderClassName
{
color: #315672;
}
.AnyTagClassName
{
color: #315672;
}
</style>
background-color css
<style>
a { background-color: #315672; }
a { background-color: rgb(49,86,114); }
div.DivClassName
{
background-color: #315672;
}
.BgClassName
{
background-color: #315672;
}
</style>
border-color css
<style>
span { border-color: #315672; }
span { border-color: rgb(49,86,114); }
td.TdClassName
{
border-color: #315672;
}
.TagClassName
{
border-color: #315672;
}
</style>