Shades of Venice Blue #335474
Tints of Venice Blue #335474
RGB
CMYK
RGB Variations
Color information
#335474 (or 0x335474) is known color: Venice Blue. HEX triplet: 33, 54 and 74. RGB value is (51,84,116). Sum of RGB (Red+Green+Blue) = 51+84+116=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #335474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335474 is #CCAB8B. Grayscale: #4D4D4D. Windows color (decimal): -13413260 or 7623731. OLE color: 7623731.
HSL color Cylindrical-coordinate representation of color #335474: hue angle of 209.54º 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 #335474 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 84 | 116 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.55 |
| HSL | 209.54º | 0.39% | 0.33% | - |
| HSV(B) | 209.54º | 0.56% | 0.45% | - |
| XYZ | 7.69 | 8.31 | 17.72 | - |
| YUV | 77.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 116 | 0.56 | 0.28 | 0 | 0.55 | 209.54 | 0.39 | 0.33 |
| Hex | 33 | 54 | 74 | 38 | 1C | 0 | 37 | D2 | 27 | 21 |
| Octal | 63 | 124 | 164 | 70 | 34 | 0 | 67 | 322 | 47 | 41 |
| Binary | 110011 | 1010100 | 1110100 | 111000 | 11100 | 0 | 110111 | 11010010 | 100111 | 100001 |
Color Harmonies of #335474
Complementary color
Monochromatic Colors of #335474
Black with #335474
Text Example
Text Example
White with #335474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335474; }
p { color: rgb(51,84,116); }
H1.HeaderClassName
{
color: #335474;
}
.AnyTagClassName
{
color: #335474;
}
</style>
background-color css
<style>
a { background-color: #335474; }
a { background-color: rgb(51,84,116); }
div.DivClassName
{
background-color: #335474;
}
.BgClassName
{
background-color: #335474;
}
</style>
border-color css
<style>
span { border-color: #335474; }
span { border-color: rgb(51,84,116); }
td.TdClassName
{
border-color: #335474;
}
.TagClassName
{
border-color: #335474;
}
</style>