Shades of Venice Blue #335471
Tints of Venice Blue #335471
RGB
CMYK
RGB Variations
Color information
#335471 (or 0x335471) is known color: Venice Blue. HEX triplet: 33, 54 and 71. RGB value is (51,84,113). Sum of RGB (Red+Green+Blue) = 51+84+113=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #335471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335471 is #CCAB8E. Grayscale: #4D4D4D. Windows color (decimal): -13413263 or 7427123. OLE color: 7427123.
HSL color Cylindrical-coordinate representation of color #335471: hue angle of 208.06º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335471 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 84 | 113 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.56 |
| HSL | 208.06º | 0.38% | 0.32% | - |
| HSV(B) | 208.06º | 0.55% | 0.44% | - |
| XYZ | 7.52 | 8.24 | 16.82 | - |
| YUV | 77.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 113 | 0.55 | 0.26 | 0 | 0.56 | 208.06 | 0.38 | 0.32 |
| Hex | 33 | 54 | 71 | 37 | 1A | 0 | 38 | D0 | 26 | 20 |
| Octal | 63 | 124 | 161 | 67 | 32 | 0 | 70 | 320 | 46 | 40 |
| Binary | 110011 | 1010100 | 1110001 | 110111 | 11010 | 0 | 111000 | 11010000 | 100110 | 100000 |
Color Harmonies of #335471
Complementary color
Monochromatic Colors of #335471
Black with #335471
Text Example
Text Example
White with #335471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335471; }
p { color: rgb(51,84,113); }
H1.HeaderClassName
{
color: #335471;
}
.AnyTagClassName
{
color: #335471;
}
</style>
background-color css
<style>
a { background-color: #335471; }
a { background-color: rgb(51,84,113); }
div.DivClassName
{
background-color: #335471;
}
.BgClassName
{
background-color: #335471;
}
</style>
border-color css
<style>
span { border-color: #335471; }
span { border-color: rgb(51,84,113); }
td.TdClassName
{
border-color: #335471;
}
.TagClassName
{
border-color: #335471;
}
</style>