Shades of Venice Blue #315877
Tints of Venice Blue #315877
RGB
CMYK
RGB Variations
Color information
#315877 (or 0x315877) is known color: Venice Blue. HEX triplet: 31, 58 and 77. RGB value is (49,88,119). Sum of RGB (Red+Green+Blue) = 49+88+119=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #315877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315877 is #CEA788. Grayscale: #4F4F4F. Windows color (decimal): -13543305 or 7821361. OLE color: 7821361.
HSL color Cylindrical-coordinate representation of color #315877: hue angle of 206.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315877 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 88 | 119 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.53 |
| HSL | 206.57º | 0.42% | 0.33% | - |
| HSV(B) | 206.57º | 0.59% | 0.47% | - |
| XYZ | 8.09 | 8.96 | 18.76 | - |
| YUV | 79.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 119 | 0.59 | 0.26 | 0 | 0.53 | 206.57 | 0.42 | 0.33 |
| Hex | 31 | 58 | 77 | 3B | 1A | 0 | 35 | CF | 2A | 21 |
| Octal | 61 | 130 | 167 | 73 | 32 | 0 | 65 | 317 | 52 | 41 |
| Binary | 110001 | 1011000 | 1110111 | 111011 | 11010 | 0 | 110101 | 11001111 | 101010 | 100001 |
Color Harmonies of #315877
Complementary color
Monochromatic Colors of #315877
Black with #315877
Text Example
Text Example
White with #315877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315877; }
p { color: rgb(49,88,119); }
H1.HeaderClassName
{
color: #315877;
}
.AnyTagClassName
{
color: #315877;
}
</style>
background-color css
<style>
a { background-color: #315877; }
a { background-color: rgb(49,88,119); }
div.DivClassName
{
background-color: #315877;
}
.BgClassName
{
background-color: #315877;
}
</style>
border-color css
<style>
span { border-color: #315877; }
span { border-color: rgb(49,88,119); }
td.TdClassName
{
border-color: #315877;
}
.TagClassName
{
border-color: #315877;
}
</style>