Shades of Venice Blue #355072
Tints of Venice Blue #355072
RGB
CMYK
RGB Variations
Color information
#355072 (or 0x355072) is known color: Venice Blue. HEX triplet: 35, 50 and 72. RGB value is (53,80,114). Sum of RGB (Red+Green+Blue) = 53+80+114=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #355072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355072 is #CAAF8D. Grayscale: #4B4B4B. Windows color (decimal): -13283214 or 7491637. OLE color: 7491637.
HSL color Cylindrical-coordinate representation of color #355072: hue angle of 213.44º 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 #355072 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 80 | 114 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.55 |
| HSL | 213.44º | 0.37% | 0.33% | - |
| HSV(B) | 213.44º | 0.54% | 0.45% | - |
| XYZ | 7.37 | 7.71 | 17.02 | - |
| YUV | 75.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 114 | 0.54 | 0.30 | 0 | 0.55 | 213.44 | 0.37 | 0.33 |
| Hex | 35 | 50 | 72 | 36 | 1E | 0 | 37 | D5 | 25 | 21 |
| Octal | 65 | 120 | 162 | 66 | 36 | 0 | 67 | 325 | 45 | 41 |
| Binary | 110101 | 1010000 | 1110010 | 110110 | 11110 | 0 | 110111 | 11010101 | 100101 | 100001 |
Color Harmonies of #355072
Complementary color
Monochromatic Colors of #355072
Black with #355072
Text Example
Text Example
White with #355072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355072; }
p { color: rgb(53,80,114); }
H1.HeaderClassName
{
color: #355072;
}
.AnyTagClassName
{
color: #355072;
}
</style>
background-color css
<style>
a { background-color: #355072; }
a { background-color: rgb(53,80,114); }
div.DivClassName
{
background-color: #355072;
}
.BgClassName
{
background-color: #355072;
}
</style>
border-color css
<style>
span { border-color: #355072; }
span { border-color: rgb(53,80,114); }
td.TdClassName
{
border-color: #355072;
}
.TagClassName
{
border-color: #355072;
}
</style>