Shades of Venice Blue #335675
Tints of Venice Blue #335675
RGB
CMYK
RGB Variations
Color information
#335675 (or 0x335675) is known color: Venice Blue. HEX triplet: 33, 56 and 75. RGB value is (51,86,117). Sum of RGB (Red+Green+Blue) = 51+86+117=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #335675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335675 is #CCA98A. Grayscale: #4E4E4E. Windows color (decimal): -13412747 or 7689779. OLE color: 7689779.
HSL color Cylindrical-coordinate representation of color #335675: hue angle of 208.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335675 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 86 | 117 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.54 |
| HSL | 208.18º | 0.39% | 0.33% | - |
| HSV(B) | 208.18º | 0.56% | 0.46% | - |
| XYZ | 7.9 | 8.64 | 18.08 | - |
| YUV | 79.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 117 | 0.56 | 0.26 | 0 | 0.54 | 208.18 | 0.39 | 0.33 |
| Hex | 33 | 56 | 75 | 38 | 1A | 0 | 36 | D0 | 27 | 21 |
| Octal | 63 | 126 | 165 | 70 | 32 | 0 | 66 | 320 | 47 | 41 |
| Binary | 110011 | 1010110 | 1110101 | 111000 | 11010 | 0 | 110110 | 11010000 | 100111 | 100001 |
Color Harmonies of #335675
Complementary color
Monochromatic Colors of #335675
Black with #335675
Text Example
Text Example
White with #335675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335675; }
p { color: rgb(51,86,117); }
H1.HeaderClassName
{
color: #335675;
}
.AnyTagClassName
{
color: #335675;
}
</style>
background-color css
<style>
a { background-color: #335675; }
a { background-color: rgb(51,86,117); }
div.DivClassName
{
background-color: #335675;
}
.BgClassName
{
background-color: #335675;
}
</style>
border-color css
<style>
span { border-color: #335675; }
span { border-color: rgb(51,86,117); }
td.TdClassName
{
border-color: #335675;
}
.TagClassName
{
border-color: #335675;
}
</style>