Shades of Venice Blue #355873
Tints of Venice Blue #355873
RGB
CMYK
RGB Variations
Color information
#355873 (or 0x355873) is known color: Venice Blue. HEX triplet: 35, 58 and 73. RGB value is (53,88,115). Sum of RGB (Red+Green+Blue) = 53+88+115=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #355873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355873 is #CAA78C. Grayscale: #505050. Windows color (decimal): -13281165 or 7559221. OLE color: 7559221.
HSL color Cylindrical-coordinate representation of color #355873: hue angle of 206.13º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355873 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 88 | 115 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.55 |
| HSL | 206.13º | 0.37% | 0.33% | - |
| HSV(B) | 206.13º | 0.54% | 0.45% | - |
| XYZ | 8.05 | 8.97 | 17.53 | - |
| YUV | 80.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 115 | 0.54 | 0.23 | 0 | 0.55 | 206.13 | 0.37 | 0.33 |
| Hex | 35 | 58 | 73 | 36 | 17 | 0 | 37 | CE | 25 | 21 |
| Octal | 65 | 130 | 163 | 66 | 27 | 0 | 67 | 316 | 45 | 41 |
| Binary | 110101 | 1011000 | 1110011 | 110110 | 10111 | 0 | 110111 | 11001110 | 100101 | 100001 |
Color Harmonies of #355873
Complementary color
Monochromatic Colors of #355873
Black with #355873
Text Example
Text Example
White with #355873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355873; }
p { color: rgb(53,88,115); }
H1.HeaderClassName
{
color: #355873;
}
.AnyTagClassName
{
color: #355873;
}
</style>
background-color css
<style>
a { background-color: #355873; }
a { background-color: rgb(53,88,115); }
div.DivClassName
{
background-color: #355873;
}
.BgClassName
{
background-color: #355873;
}
</style>
border-color css
<style>
span { border-color: #355873; }
span { border-color: rgb(53,88,115); }
td.TdClassName
{
border-color: #355873;
}
.TagClassName
{
border-color: #355873;
}
</style>