Shades of Venice Blue #315072
Tints of Venice Blue #315072
RGB
CMYK
RGB Variations
Color information
#315072 (or 0x315072) is known color: Venice Blue. HEX triplet: 31, 50 and 72. RGB value is (49,80,114). Sum of RGB (Red+Green+Blue) = 49+80+114=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #315072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315072 is #CEAF8D. Grayscale: #4A4A4A. Windows color (decimal): -13545358 or 7491633. OLE color: 7491633.
HSL color Cylindrical-coordinate representation of color #315072: hue angle of 211.38º 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 #315072 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 80 | 114 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.55 |
| HSL | 211.38º | 0.4% | 0.32% | - |
| HSV(B) | 211.38º | 0.57% | 0.45% | - |
| XYZ | 7.17 | 7.61 | 17.01 | - |
| YUV | 74.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 114 | 0.57 | 0.30 | 0 | 0.55 | 211.38 | 0.4 | 0.32 |
| Hex | 31 | 50 | 72 | 39 | 1E | 0 | 37 | D3 | 28 | 20 |
| Octal | 61 | 120 | 162 | 71 | 36 | 0 | 67 | 323 | 50 | 40 |
| Binary | 110001 | 1010000 | 1110010 | 111001 | 11110 | 0 | 110111 | 11010011 | 101000 | 100000 |
Color Harmonies of #315072
Complementary color
Monochromatic Colors of #315072
Black with #315072
Text Example
Text Example
White with #315072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315072; }
p { color: rgb(49,80,114); }
H1.HeaderClassName
{
color: #315072;
}
.AnyTagClassName
{
color: #315072;
}
</style>
background-color css
<style>
a { background-color: #315072; }
a { background-color: rgb(49,80,114); }
div.DivClassName
{
background-color: #315072;
}
.BgClassName
{
background-color: #315072;
}
</style>
border-color css
<style>
span { border-color: #315072; }
span { border-color: rgb(49,80,114); }
td.TdClassName
{
border-color: #315072;
}
.TagClassName
{
border-color: #315072;
}
</style>