Shades of Venice Blue #335672
Tints of Venice Blue #335672
RGB
CMYK
RGB Variations
Color information
#335672 (or 0x335672) is known color: Venice Blue. HEX triplet: 33, 56 and 72. RGB value is (51,86,114). Sum of RGB (Red+Green+Blue) = 51+86+114=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #335672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335672 is #CCA98D. Grayscale: #4E4E4E. Windows color (decimal): -13412750 or 7493171. OLE color: 7493171.
HSL color Cylindrical-coordinate representation of color #335672: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335672 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 86 | 114 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.55 |
| HSL | 206.67º | 0.38% | 0.32% | - |
| HSV(B) | 206.67º | 0.55% | 0.45% | - |
| XYZ | 7.73 | 8.57 | 17.17 | - |
| YUV | 78.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 114 | 0.55 | 0.25 | 0 | 0.55 | 206.67 | 0.38 | 0.32 |
| Hex | 33 | 56 | 72 | 37 | 19 | 0 | 37 | CF | 26 | 20 |
| Octal | 63 | 126 | 162 | 67 | 31 | 0 | 67 | 317 | 46 | 40 |
| Binary | 110011 | 1010110 | 1110010 | 110111 | 11001 | 0 | 110111 | 11001111 | 100110 | 100000 |
Color Harmonies of #335672
Complementary color
Monochromatic Colors of #335672
Black with #335672
Text Example
Text Example
White with #335672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335672; }
p { color: rgb(51,86,114); }
H1.HeaderClassName
{
color: #335672;
}
.AnyTagClassName
{
color: #335672;
}
</style>
background-color css
<style>
a { background-color: #335672; }
a { background-color: rgb(51,86,114); }
div.DivClassName
{
background-color: #335672;
}
.BgClassName
{
background-color: #335672;
}
</style>
border-color css
<style>
span { border-color: #335672; }
span { border-color: rgb(51,86,114); }
td.TdClassName
{
border-color: #335672;
}
.TagClassName
{
border-color: #335672;
}
</style>