Shades of Venice Blue #315277
Tints of Venice Blue #315277
RGB
CMYK
RGB Variations
Color information
#315277 (or 0x315277) is known color: Venice Blue. HEX triplet: 31, 52 and 77. RGB value is (49,82,119). Sum of RGB (Red+Green+Blue) = 49+82+119=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #315277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315277 is #CEAD88. Grayscale: #4C4C4C. Windows color (decimal): -13544841 or 7819825. OLE color: 7819825.
HSL color Cylindrical-coordinate representation of color #315277: hue angle of 211.71º 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 #315277 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 82 | 119 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.53 |
| HSL | 211.71º | 0.42% | 0.33% | - |
| HSV(B) | 211.71º | 0.59% | 0.47% | - |
| XYZ | 7.61 | 8.02 | 18.6 | - |
| YUV | 76.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 119 | 0.59 | 0.31 | 0 | 0.53 | 211.71 | 0.42 | 0.33 |
| Hex | 31 | 52 | 77 | 3B | 1F | 0 | 35 | D4 | 2A | 21 |
| Octal | 61 | 122 | 167 | 73 | 37 | 0 | 65 | 324 | 52 | 41 |
| Binary | 110001 | 1010010 | 1110111 | 111011 | 11111 | 0 | 110101 | 11010100 | 101010 | 100001 |
Color Harmonies of #315277
Complementary color
Monochromatic Colors of #315277
Black with #315277
Text Example
Text Example
White with #315277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315277; }
p { color: rgb(49,82,119); }
H1.HeaderClassName
{
color: #315277;
}
.AnyTagClassName
{
color: #315277;
}
</style>
background-color css
<style>
a { background-color: #315277; }
a { background-color: rgb(49,82,119); }
div.DivClassName
{
background-color: #315277;
}
.BgClassName
{
background-color: #315277;
}
</style>
border-color css
<style>
span { border-color: #315277; }
span { border-color: rgb(49,82,119); }
td.TdClassName
{
border-color: #315277;
}
.TagClassName
{
border-color: #315277;
}
</style>