Shades of Venice Blue #335873
Tints of Venice Blue #335873
RGB
CMYK
RGB Variations
Color information
#335873 (or 0x335873) is known color: Venice Blue. HEX triplet: 33, 58 and 73. RGB value is (51,88,115). Sum of RGB (Red+Green+Blue) = 51+88+115=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #335873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335873 is #CCA78C. Grayscale: #4F4F4F. Windows color (decimal): -13412237 or 7559219. OLE color: 7559219.
HSL color Cylindrical-coordinate representation of color #335873: hue angle of 205.31º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335873 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 88 | 115 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.55 |
| HSL | 205.31º | 0.39% | 0.33% | - |
| HSV(B) | 205.31º | 0.56% | 0.45% | - |
| XYZ | 7.95 | 8.92 | 17.52 | - |
| YUV | 80.02 | 147.74 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 115 | 0.56 | 0.23 | 0 | 0.55 | 205.31 | 0.39 | 0.33 |
| Hex | 33 | 58 | 73 | 38 | 17 | 0 | 37 | CD | 27 | 21 |
| Octal | 63 | 130 | 163 | 70 | 27 | 0 | 67 | 315 | 47 | 41 |
| Binary | 110011 | 1011000 | 1110011 | 111000 | 10111 | 0 | 110111 | 11001101 | 100111 | 100001 |
Color Harmonies of #335873
Complementary color
Monochromatic Colors of #335873
Black with #335873
Text Example
Text Example
White with #335873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335873; }
p { color: rgb(51,88,115); }
H1.HeaderClassName
{
color: #335873;
}
.AnyTagClassName
{
color: #335873;
}
</style>
background-color css
<style>
a { background-color: #335873; }
a { background-color: rgb(51,88,115); }
div.DivClassName
{
background-color: #335873;
}
.BgClassName
{
background-color: #335873;
}
</style>
border-color css
<style>
span { border-color: #335873; }
span { border-color: rgb(51,88,115); }
td.TdClassName
{
border-color: #335873;
}
.TagClassName
{
border-color: #335873;
}
</style>