Shades of Venice Blue #315574
Tints of Venice Blue #315574
RGB
CMYK
RGB Variations
Color information
#315574 (or 0x315574) is known color: Venice Blue. HEX triplet: 31, 55 and 74. RGB value is (49,85,116). Sum of RGB (Red+Green+Blue) = 49+85+116=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #315574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315574 is #CEAA8B. Grayscale: #4D4D4D. Windows color (decimal): -13544076 or 7623985. OLE color: 7623985.
HSL color Cylindrical-coordinate representation of color #315574: hue angle of 207.76º 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 #315574 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 85 | 116 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.55 |
| HSL | 207.76º | 0.41% | 0.32% | - |
| HSV(B) | 207.76º | 0.58% | 0.45% | - |
| XYZ | 7.67 | 8.41 | 17.74 | - |
| YUV | 77.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 116 | 0.58 | 0.27 | 0 | 0.55 | 207.76 | 0.41 | 0.32 |
| Hex | 31 | 55 | 74 | 3A | 1B | 0 | 37 | D0 | 29 | 20 |
| Octal | 61 | 125 | 164 | 72 | 33 | 0 | 67 | 320 | 51 | 40 |
| Binary | 110001 | 1010101 | 1110100 | 111010 | 11011 | 0 | 110111 | 11010000 | 101001 | 100000 |
Color Harmonies of #315574
Complementary color
Monochromatic Colors of #315574
Black with #315574
Text Example
Text Example
White with #315574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315574; }
p { color: rgb(49,85,116); }
H1.HeaderClassName
{
color: #315574;
}
.AnyTagClassName
{
color: #315574;
}
</style>
background-color css
<style>
a { background-color: #315574; }
a { background-color: rgb(49,85,116); }
div.DivClassName
{
background-color: #315574;
}
.BgClassName
{
background-color: #315574;
}
</style>
border-color css
<style>
span { border-color: #315574; }
span { border-color: rgb(49,85,116); }
td.TdClassName
{
border-color: #315574;
}
.TagClassName
{
border-color: #315574;
}
</style>