Shades of Venice Blue #354F70
Tints of Venice Blue #354F70
RGB
CMYK
RGB Variations
Color information
#354F70 (or 0x354F70) is known color: Venice Blue. HEX triplet: 35, 4F and 70. RGB value is (53,79,112). Sum of RGB (Red+Green+Blue) = 53+79+112=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #354F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F70 is #CAB08F. Grayscale: #4A4A4A. Windows color (decimal): -13283472 or 7360309. OLE color: 7360309.
HSL color Cylindrical-coordinate representation of color #354F70: hue angle of 213.56º 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 #354F70 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 79 | 112 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.56 |
| HSL | 213.56º | 0.36% | 0.32% | - |
| HSV(B) | 213.56º | 0.53% | 0.44% | - |
| XYZ | 7.19 | 7.52 | 16.4 | - |
| YUV | 74.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 112 | 0.53 | 0.29 | 0 | 0.56 | 213.56 | 0.36 | 0.32 |
| Hex | 35 | 4F | 70 | 35 | 1D | 0 | 38 | D6 | 24 | 20 |
| Octal | 65 | 117 | 160 | 65 | 35 | 0 | 70 | 326 | 44 | 40 |
| Binary | 110101 | 1001111 | 1110000 | 110101 | 11101 | 0 | 111000 | 11010110 | 100100 | 100000 |
Color Harmonies of #354F70
Complementary color
Monochromatic Colors of #354F70
Black with #354F70
Text Example
Text Example
White with #354F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F70; }
p { color: rgb(53,79,112); }
H1.HeaderClassName
{
color: #354F70;
}
.AnyTagClassName
{
color: #354F70;
}
</style>
background-color css
<style>
a { background-color: #354F70; }
a { background-color: rgb(53,79,112); }
div.DivClassName
{
background-color: #354F70;
}
.BgClassName
{
background-color: #354F70;
}
</style>
border-color css
<style>
span { border-color: #354F70; }
span { border-color: rgb(53,79,112); }
td.TdClassName
{
border-color: #354F70;
}
.TagClassName
{
border-color: #354F70;
}
</style>