Shades of Genoa #32696A
Tints of Genoa #32696A
RGB
CMYK
RGB Variations
Color information
#32696A (or 0x32696A) is known color: Genoa. HEX triplet: 32, 69 and 6A. RGB value is (50,105,106). Sum of RGB (Red+Green+Blue) = 50+105+106=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 106 - color contains mainly: blue. Hex color #32696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32696A is #CD9695. Grayscale: #585858. Windows color (decimal): -13473430 or 6973746. OLE color: 6973746.
HSL color Cylindrical-coordinate representation of color #32696A: hue angle of 181.07º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32696A is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 105 | 106 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.58 |
| HSL | 181.07º | 0.36% | 0.31% | - |
| HSV(B) | 181.07º | 0.53% | 0.42% | - |
| XYZ | 8.97 | 11.82 | 15.44 | - |
| YUV | 88.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 106 | 0.53 | 0.01 | 0 | 0.58 | 181.07 | 0.36 | 0.31 |
| Hex | 32 | 69 | 6A | 35 | 1 | 0 | 3A | B5 | 24 | 1F |
| Octal | 62 | 151 | 152 | 65 | 1 | 0 | 72 | 265 | 44 | 37 |
| Binary | 110010 | 1101001 | 1101010 | 110101 | 1 | 0 | 111010 | 10110101 | 100100 | 11111 |
Color Harmonies of #32696A
Complementary color
Monochromatic Colors of #32696A
Black with #32696A
Text Example
Text Example
White with #32696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32696A; }
p { color: rgb(50,105,106); }
H1.HeaderClassName
{
color: #32696A;
}
.AnyTagClassName
{
color: #32696A;
}
</style>
background-color css
<style>
a { background-color: #32696A; }
a { background-color: rgb(50,105,106); }
div.DivClassName
{
background-color: #32696A;
}
.BgClassName
{
background-color: #32696A;
}
</style>
border-color css
<style>
span { border-color: #32696A; }
span { border-color: rgb(50,105,106); }
td.TdClassName
{
border-color: #32696A;
}
.TagClassName
{
border-color: #32696A;
}
</style>