Shades of Venice Blue #355570
Tints of Venice Blue #355570
RGB
CMYK
RGB Variations
Color information
#355570 (or 0x355570) is known color: Venice Blue. HEX triplet: 35, 55 and 70. RGB value is (53,85,112). Sum of RGB (Red+Green+Blue) = 53+85+112=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #355570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355570 is #CAAA8F. Grayscale: #4E4E4E. Windows color (decimal): -13281936 or 7361845. OLE color: 7361845.
HSL color Cylindrical-coordinate representation of color #355570: hue angle of 207.46º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355570 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 85 | 112 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.56 |
| HSL | 207.46º | 0.36% | 0.32% | - |
| HSV(B) | 207.46º | 0.53% | 0.44% | - |
| XYZ | 7.64 | 8.42 | 16.55 | - |
| YUV | 78.51 | 146.9 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 112 | 0.53 | 0.24 | 0 | 0.56 | 207.46 | 0.36 | 0.32 |
| Hex | 35 | 55 | 70 | 35 | 18 | 0 | 38 | CF | 24 | 20 |
| Octal | 65 | 125 | 160 | 65 | 30 | 0 | 70 | 317 | 44 | 40 |
| Binary | 110101 | 1010101 | 1110000 | 110101 | 11000 | 0 | 111000 | 11001111 | 100100 | 100000 |
Color Harmonies of #355570
Complementary color
Monochromatic Colors of #355570
Black with #355570
Text Example
Text Example
White with #355570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355570; }
p { color: rgb(53,85,112); }
H1.HeaderClassName
{
color: #355570;
}
.AnyTagClassName
{
color: #355570;
}
</style>
background-color css
<style>
a { background-color: #355570; }
a { background-color: rgb(53,85,112); }
div.DivClassName
{
background-color: #355570;
}
.BgClassName
{
background-color: #355570;
}
</style>
border-color css
<style>
span { border-color: #355570; }
span { border-color: rgb(53,85,112); }
td.TdClassName
{
border-color: #355570;
}
.TagClassName
{
border-color: #355570;
}
</style>