Shades of Venice Blue #335073
Tints of Venice Blue #335073
RGB
CMYK
RGB Variations
Color information
#335073 (or 0x335073) is known color: Venice Blue. HEX triplet: 33, 50 and 73. RGB value is (51,80,115). Sum of RGB (Red+Green+Blue) = 51+80+115=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #335073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335073 is #CCAF8C. Grayscale: #4B4B4B. Windows color (decimal): -13414285 or 7557171. OLE color: 7557171.
HSL color Cylindrical-coordinate representation of color #335073: hue angle of 212.81º 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 #335073 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 80 | 115 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.55 |
| HSL | 212.81º | 0.39% | 0.33% | - |
| HSV(B) | 212.81º | 0.56% | 0.45% | - |
| XYZ | 7.33 | 7.68 | 17.32 | - |
| YUV | 75.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 115 | 0.56 | 0.30 | 0 | 0.55 | 212.81 | 0.39 | 0.33 |
| Hex | 33 | 50 | 73 | 38 | 1E | 0 | 37 | D5 | 27 | 21 |
| Octal | 63 | 120 | 163 | 70 | 36 | 0 | 67 | 325 | 47 | 41 |
| Binary | 110011 | 1010000 | 1110011 | 111000 | 11110 | 0 | 110111 | 11010101 | 100111 | 100001 |
Color Harmonies of #335073
Complementary color
Monochromatic Colors of #335073
Black with #335073
Text Example
Text Example
White with #335073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335073; }
p { color: rgb(51,80,115); }
H1.HeaderClassName
{
color: #335073;
}
.AnyTagClassName
{
color: #335073;
}
</style>
background-color css
<style>
a { background-color: #335073; }
a { background-color: rgb(51,80,115); }
div.DivClassName
{
background-color: #335073;
}
.BgClassName
{
background-color: #335073;
}
</style>
border-color css
<style>
span { border-color: #335073; }
span { border-color: rgb(51,80,115); }
td.TdClassName
{
border-color: #335073;
}
.TagClassName
{
border-color: #335073;
}
</style>