Shades of Venice Blue #335275
Tints of Venice Blue #335275
RGB
CMYK
RGB Variations
Color information
#335275 (or 0x335275) is known color: Venice Blue. HEX triplet: 33, 52 and 75. RGB value is (51,82,117). Sum of RGB (Red+Green+Blue) = 51+82+117=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #335275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335275 is #CCAD8A. Grayscale: #4C4C4C. Windows color (decimal): -13413771 or 7688755. OLE color: 7688755.
HSL color Cylindrical-coordinate representation of color #335275: hue angle of 211.82º 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 #335275 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 82 | 117 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.54 |
| HSL | 211.82º | 0.39% | 0.33% | - |
| HSV(B) | 211.82º | 0.56% | 0.46% | - |
| XYZ | 7.59 | 8.02 | 17.98 | - |
| YUV | 76.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 117 | 0.56 | 0.30 | 0 | 0.54 | 211.82 | 0.39 | 0.33 |
| Hex | 33 | 52 | 75 | 38 | 1E | 0 | 36 | D4 | 27 | 21 |
| Octal | 63 | 122 | 165 | 70 | 36 | 0 | 66 | 324 | 47 | 41 |
| Binary | 110011 | 1010010 | 1110101 | 111000 | 11110 | 0 | 110110 | 11010100 | 100111 | 100001 |
Color Harmonies of #335275
Complementary color
Monochromatic Colors of #335275
Black with #335275
Text Example
Text Example
White with #335275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335275; }
p { color: rgb(51,82,117); }
H1.HeaderClassName
{
color: #335275;
}
.AnyTagClassName
{
color: #335275;
}
</style>
background-color css
<style>
a { background-color: #335275; }
a { background-color: rgb(51,82,117); }
div.DivClassName
{
background-color: #335275;
}
.BgClassName
{
background-color: #335275;
}
</style>
border-color css
<style>
span { border-color: #335275; }
span { border-color: rgb(51,82,117); }
td.TdClassName
{
border-color: #335275;
}
.TagClassName
{
border-color: #335275;
}
</style>