Shades of Venice Blue #315374
Tints of Venice Blue #315374
RGB
CMYK
RGB Variations
Color information
#315374 (or 0x315374) is known color: Venice Blue. HEX triplet: 31, 53 and 74. RGB value is (49,83,116). Sum of RGB (Red+Green+Blue) = 49+83+116=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #315374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315374 is #CEAC8B. Grayscale: #4C4C4C. Windows color (decimal): -13544588 or 7623473. OLE color: 7623473.
HSL color Cylindrical-coordinate representation of color #315374: hue angle of 209.55º 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 #315374 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 83 | 116 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.55 |
| HSL | 209.55º | 0.41% | 0.32% | - |
| HSV(B) | 209.55º | 0.58% | 0.45% | - |
| XYZ | 7.51 | 8.1 | 17.69 | - |
| YUV | 76.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 116 | 0.58 | 0.28 | 0 | 0.55 | 209.55 | 0.41 | 0.32 |
| Hex | 31 | 53 | 74 | 3A | 1C | 0 | 37 | D2 | 29 | 20 |
| Octal | 61 | 123 | 164 | 72 | 34 | 0 | 67 | 322 | 51 | 40 |
| Binary | 110001 | 1010011 | 1110100 | 111010 | 11100 | 0 | 110111 | 11010010 | 101001 | 100000 |
Color Harmonies of #315374
Complementary color
Monochromatic Colors of #315374
Black with #315374
Text Example
Text Example
White with #315374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315374; }
p { color: rgb(49,83,116); }
H1.HeaderClassName
{
color: #315374;
}
.AnyTagClassName
{
color: #315374;
}
</style>
background-color css
<style>
a { background-color: #315374; }
a { background-color: rgb(49,83,116); }
div.DivClassName
{
background-color: #315374;
}
.BgClassName
{
background-color: #315374;
}
</style>
border-color css
<style>
span { border-color: #315374; }
span { border-color: rgb(49,83,116); }
td.TdClassName
{
border-color: #315374;
}
.TagClassName
{
border-color: #315374;
}
</style>