Shades of Venice Blue #335674
Tints of Venice Blue #335674
RGB
CMYK
RGB Variations
Color information
#335674 (or 0x335674) is known color: Venice Blue. HEX triplet: 33, 56 and 74. RGB value is (51,86,116). Sum of RGB (Red+Green+Blue) = 51+86+116=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #335674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335674 is #CCA98B. Grayscale: #4E4E4E. Windows color (decimal): -13412748 or 7624243. OLE color: 7624243.
HSL color Cylindrical-coordinate representation of color #335674: hue angle of 207.69º 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 #335674 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 86 | 116 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.55 |
| HSL | 207.69º | 0.39% | 0.33% | - |
| HSV(B) | 207.69º | 0.56% | 0.45% | - |
| XYZ | 7.85 | 8.62 | 17.77 | - |
| YUV | 78.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 116 | 0.56 | 0.26 | 0 | 0.55 | 207.69 | 0.39 | 0.33 |
| Hex | 33 | 56 | 74 | 38 | 1A | 0 | 37 | D0 | 27 | 21 |
| Octal | 63 | 126 | 164 | 70 | 32 | 0 | 67 | 320 | 47 | 41 |
| Binary | 110011 | 1010110 | 1110100 | 111000 | 11010 | 0 | 110111 | 11010000 | 100111 | 100001 |
Color Harmonies of #335674
Complementary color
Monochromatic Colors of #335674
Black with #335674
Text Example
Text Example
White with #335674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335674; }
p { color: rgb(51,86,116); }
H1.HeaderClassName
{
color: #335674;
}
.AnyTagClassName
{
color: #335674;
}
</style>
background-color css
<style>
a { background-color: #335674; }
a { background-color: rgb(51,86,116); }
div.DivClassName
{
background-color: #335674;
}
.BgClassName
{
background-color: #335674;
}
</style>
border-color css
<style>
span { border-color: #335674; }
span { border-color: rgb(51,86,116); }
td.TdClassName
{
border-color: #335674;
}
.TagClassName
{
border-color: #335674;
}
</style>