Shades of Venice Blue #335374
Tints of Venice Blue #335374
RGB
CMYK
RGB Variations
Color information
#335374 (or 0x335374) is known color: Venice Blue. HEX triplet: 33, 53 and 74. RGB value is (51,83,116). Sum of RGB (Red+Green+Blue) = 51+83+116=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #335374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335374 is #CCAC8B. Grayscale: #4D4D4D. Windows color (decimal): -13413516 or 7623475. OLE color: 7623475.
HSL color Cylindrical-coordinate representation of color #335374: hue angle of 210.46º 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 #335374 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 83 | 116 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.55 |
| HSL | 210.46º | 0.39% | 0.33% | - |
| HSV(B) | 210.46º | 0.56% | 0.45% | - |
| XYZ | 7.61 | 8.15 | 17.7 | - |
| YUV | 77.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 116 | 0.56 | 0.28 | 0 | 0.55 | 210.46 | 0.39 | 0.33 |
| Hex | 33 | 53 | 74 | 38 | 1C | 0 | 37 | D2 | 27 | 21 |
| Octal | 63 | 123 | 164 | 70 | 34 | 0 | 67 | 322 | 47 | 41 |
| Binary | 110011 | 1010011 | 1110100 | 111000 | 11100 | 0 | 110111 | 11010010 | 100111 | 100001 |
Color Harmonies of #335374
Complementary color
Monochromatic Colors of #335374
Black with #335374
Text Example
Text Example
White with #335374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335374; }
p { color: rgb(51,83,116); }
H1.HeaderClassName
{
color: #335374;
}
.AnyTagClassName
{
color: #335374;
}
</style>
background-color css
<style>
a { background-color: #335374; }
a { background-color: rgb(51,83,116); }
div.DivClassName
{
background-color: #335374;
}
.BgClassName
{
background-color: #335374;
}
</style>
border-color css
<style>
span { border-color: #335374; }
span { border-color: rgb(51,83,116); }
td.TdClassName
{
border-color: #335374;
}
.TagClassName
{
border-color: #335374;
}
</style>