Shades of Venice Blue #32536F
Tints of Venice Blue #32536F
RGB
CMYK
RGB Variations
Color information
#32536F (or 0x32536F) is known color: Venice Blue. HEX triplet: 32, 53 and 6F. RGB value is (50,83,111). Sum of RGB (Red+Green+Blue) = 50+83+111=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #32536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32536F is #CDAC90. Grayscale: #4C4C4C. Windows color (decimal): -13479057 or 7295794. OLE color: 7295794.
HSL color Cylindrical-coordinate representation of color #32536F: hue angle of 207.54º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32536F is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 83 | 111 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.56 |
| HSL | 207.54º | 0.38% | 0.32% | - |
| HSV(B) | 207.54º | 0.55% | 0.44% | - |
| XYZ | 7.28 | 8.01 | 16.2 | - |
| YUV | 76.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 111 | 0.55 | 0.25 | 0 | 0.56 | 207.54 | 0.38 | 0.32 |
| Hex | 32 | 53 | 6F | 37 | 19 | 0 | 38 | D0 | 26 | 20 |
| Octal | 62 | 123 | 157 | 67 | 31 | 0 | 70 | 320 | 46 | 40 |
| Binary | 110010 | 1010011 | 1101111 | 110111 | 11001 | 0 | 111000 | 11010000 | 100110 | 100000 |
Color Harmonies of #32536F
Complementary color
Monochromatic Colors of #32536F
Black with #32536F
Text Example
Text Example
White with #32536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32536F; }
p { color: rgb(50,83,111); }
H1.HeaderClassName
{
color: #32536F;
}
.AnyTagClassName
{
color: #32536F;
}
</style>
background-color css
<style>
a { background-color: #32536F; }
a { background-color: rgb(50,83,111); }
div.DivClassName
{
background-color: #32536F;
}
.BgClassName
{
background-color: #32536F;
}
</style>
border-color css
<style>
span { border-color: #32536F; }
span { border-color: rgb(50,83,111); }
td.TdClassName
{
border-color: #32536F;
}
.TagClassName
{
border-color: #32536F;
}
</style>