Shades of Venice Blue #315679
Tints of Venice Blue #315679
RGB
CMYK
RGB Variations
Color information
#315679 (or 0x315679) is known color: Venice Blue. HEX triplet: 31, 56 and 79. RGB value is (49,86,121). Sum of RGB (Red+Green+Blue) = 49+86+121=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #315679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315679 is #CEA986. Grayscale: #4E4E4E. Windows color (decimal): -13543815 or 7951921. OLE color: 7951921.
HSL color Cylindrical-coordinate representation of color #315679: hue angle of 209.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #315679 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 86 | 121 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.53 |
| HSL | 209.17º | 0.42% | 0.33% | - |
| HSV(B) | 209.17º | 0.6% | 0.47% | - |
| XYZ | 8.05 | 8.69 | 19.34 | - |
| YUV | 78.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 121 | 0.60 | 0.29 | 0 | 0.53 | 209.17 | 0.42 | 0.33 |
| Hex | 31 | 56 | 79 | 3C | 1D | 0 | 35 | D1 | 2A | 21 |
| Octal | 61 | 126 | 171 | 74 | 35 | 0 | 65 | 321 | 52 | 41 |
| Binary | 110001 | 1010110 | 1111001 | 111100 | 11101 | 0 | 110101 | 11010001 | 101010 | 100001 |
Color Harmonies of #315679
Complementary color
Monochromatic Colors of #315679
Black with #315679
Text Example
Text Example
White with #315679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315679; }
p { color: rgb(49,86,121); }
H1.HeaderClassName
{
color: #315679;
}
.AnyTagClassName
{
color: #315679;
}
</style>
background-color css
<style>
a { background-color: #315679; }
a { background-color: rgb(49,86,121); }
div.DivClassName
{
background-color: #315679;
}
.BgClassName
{
background-color: #315679;
}
</style>
border-color css
<style>
span { border-color: #315679; }
span { border-color: rgb(49,86,121); }
td.TdClassName
{
border-color: #315679;
}
.TagClassName
{
border-color: #315679;
}
</style>