Shades of Venice Blue #335470
Tints of Venice Blue #335470
RGB
CMYK
RGB Variations
Color information
#335470 (or 0x335470) is known color: Venice Blue. HEX triplet: 33, 54 and 70. RGB value is (51,84,112). Sum of RGB (Red+Green+Blue) = 51+84+112=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #335470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335470 is #CCAB8F. Grayscale: #4D4D4D. Windows color (decimal): -13413264 or 7361587. OLE color: 7361587.
HSL color Cylindrical-coordinate representation of color #335470: hue angle of 207.54º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #335470 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 84 | 112 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.56 |
| HSL | 207.54º | 0.37% | 0.32% | - |
| HSV(B) | 207.54º | 0.54% | 0.44% | - |
| XYZ | 7.46 | 8.21 | 16.52 | - |
| YUV | 77.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 112 | 0.54 | 0.25 | 0 | 0.56 | 207.54 | 0.37 | 0.32 |
| Hex | 33 | 54 | 70 | 36 | 19 | 0 | 38 | D0 | 25 | 20 |
| Octal | 63 | 124 | 160 | 66 | 31 | 0 | 70 | 320 | 45 | 40 |
| Binary | 110011 | 1010100 | 1110000 | 110110 | 11001 | 0 | 111000 | 11010000 | 100101 | 100000 |
Color Harmonies of #335470
Complementary color
Monochromatic Colors of #335470
Black with #335470
Text Example
Text Example
White with #335470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335470; }
p { color: rgb(51,84,112); }
H1.HeaderClassName
{
color: #335470;
}
.AnyTagClassName
{
color: #335470;
}
</style>
background-color css
<style>
a { background-color: #335470; }
a { background-color: rgb(51,84,112); }
div.DivClassName
{
background-color: #335470;
}
.BgClassName
{
background-color: #335470;
}
</style>
border-color css
<style>
span { border-color: #335470; }
span { border-color: rgb(51,84,112); }
td.TdClassName
{
border-color: #335470;
}
.TagClassName
{
border-color: #335470;
}
</style>