Shades of Venice Blue #33506D
Tints of Venice Blue #33506D
RGB
CMYK
RGB Variations
Color information
#33506D (or 0x33506D) is known color: Venice Blue. HEX triplet: 33, 50 and 6D. RGB value is (51,80,109). Sum of RGB (Red+Green+Blue) = 51+80+109=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #33506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33506D is #CCAF92. Grayscale: #4A4A4A. Windows color (decimal): -13414291 or 7163955. OLE color: 7163955.
HSL color Cylindrical-coordinate representation of color #33506D: hue angle of 210º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33506D is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 80 | 109 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.57 |
| HSL | 210º | 0.36% | 0.31% | - |
| HSV(B) | 210º | 0.53% | 0.43% | - |
| XYZ | 6.99 | 7.55 | 15.56 | - |
| YUV | 74.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 109 | 0.53 | 0.27 | 0 | 0.57 | 210 | 0.36 | 0.31 |
| Hex | 33 | 50 | 6D | 35 | 1B | 0 | 39 | D2 | 24 | 1F |
| Octal | 63 | 120 | 155 | 65 | 33 | 0 | 71 | 322 | 44 | 37 |
| Binary | 110011 | 1010000 | 1101101 | 110101 | 11011 | 0 | 111001 | 11010010 | 100100 | 11111 |
Color Harmonies of #33506D
Complementary color
Monochromatic Colors of #33506D
Black with #33506D
Text Example
Text Example
White with #33506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33506D; }
p { color: rgb(51,80,109); }
H1.HeaderClassName
{
color: #33506D;
}
.AnyTagClassName
{
color: #33506D;
}
</style>
background-color css
<style>
a { background-color: #33506D; }
a { background-color: rgb(51,80,109); }
div.DivClassName
{
background-color: #33506D;
}
.BgClassName
{
background-color: #33506D;
}
</style>
border-color css
<style>
span { border-color: #33506D; }
span { border-color: rgb(51,80,109); }
td.TdClassName
{
border-color: #33506D;
}
.TagClassName
{
border-color: #33506D;
}
</style>