Shades of Venice Blue #355473
Tints of Venice Blue #355473
RGB
CMYK
RGB Variations
Color information
#355473 (or 0x355473) is known color: Venice Blue. HEX triplet: 35, 54 and 73. RGB value is (53,84,115). Sum of RGB (Red+Green+Blue) = 53+84+115=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #355473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355473 is #CAAB8C. Grayscale: #4E4E4E. Windows color (decimal): -13282189 or 7558197. OLE color: 7558197.
HSL color Cylindrical-coordinate representation of color #355473: hue angle of 210º 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 #355473 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 84 | 115 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.55 |
| HSL | 210º | 0.37% | 0.33% | - |
| HSV(B) | 210º | 0.54% | 0.45% | - |
| XYZ | 7.73 | 8.34 | 17.42 | - |
| YUV | 78.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 115 | 0.54 | 0.27 | 0 | 0.55 | 210 | 0.37 | 0.33 |
| Hex | 35 | 54 | 73 | 36 | 1B | 0 | 37 | D2 | 25 | 21 |
| Octal | 65 | 124 | 163 | 66 | 33 | 0 | 67 | 322 | 45 | 41 |
| Binary | 110101 | 1010100 | 1110011 | 110110 | 11011 | 0 | 110111 | 11010010 | 100101 | 100001 |
Color Harmonies of #355473
Complementary color
Monochromatic Colors of #355473
Black with #355473
Text Example
Text Example
White with #355473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355473; }
p { color: rgb(53,84,115); }
H1.HeaderClassName
{
color: #355473;
}
.AnyTagClassName
{
color: #355473;
}
</style>
background-color css
<style>
a { background-color: #355473; }
a { background-color: rgb(53,84,115); }
div.DivClassName
{
background-color: #355473;
}
.BgClassName
{
background-color: #355473;
}
</style>
border-color css
<style>
span { border-color: #355473; }
span { border-color: rgb(53,84,115); }
td.TdClassName
{
border-color: #355473;
}
.TagClassName
{
border-color: #355473;
}
</style>