Shades of Venice Blue #315274
Tints of Venice Blue #315274
RGB
CMYK
RGB Variations
Color information
#315274 (or 0x315274) is known color: Venice Blue. HEX triplet: 31, 52 and 74. RGB value is (49,82,116). Sum of RGB (Red+Green+Blue) = 49+82+116=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #315274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315274 is #CEAD8B. Grayscale: #4B4B4B. Windows color (decimal): -13544844 or 7623217. OLE color: 7623217.
HSL color Cylindrical-coordinate representation of color #315274: hue angle of 210.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315274 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 82 | 116 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.55 |
| HSL | 210.45º | 0.41% | 0.32% | - |
| HSV(B) | 210.45º | 0.58% | 0.45% | - |
| XYZ | 7.44 | 7.95 | 17.67 | - |
| YUV | 76.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 116 | 0.58 | 0.29 | 0 | 0.55 | 210.45 | 0.41 | 0.32 |
| Hex | 31 | 52 | 74 | 3A | 1D | 0 | 37 | D2 | 29 | 20 |
| Octal | 61 | 122 | 164 | 72 | 35 | 0 | 67 | 322 | 51 | 40 |
| Binary | 110001 | 1010010 | 1110100 | 111010 | 11101 | 0 | 110111 | 11010010 | 101001 | 100000 |
Color Harmonies of #315274
Complementary color
Monochromatic Colors of #315274
Black with #315274
Text Example
Text Example
White with #315274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315274; }
p { color: rgb(49,82,116); }
H1.HeaderClassName
{
color: #315274;
}
.AnyTagClassName
{
color: #315274;
}
</style>
background-color css
<style>
a { background-color: #315274; }
a { background-color: rgb(49,82,116); }
div.DivClassName
{
background-color: #315274;
}
.BgClassName
{
background-color: #315274;
}
</style>
border-color css
<style>
span { border-color: #315274; }
span { border-color: rgb(49,82,116); }
td.TdClassName
{
border-color: #315274;
}
.TagClassName
{
border-color: #315274;
}
</style>