Shades of Genoa #356F6C
Tints of Genoa #356F6C
RGB
CMYK
RGB Variations
Color information
#356F6C (or 0x356F6C) is known color: Genoa. HEX triplet: 35, 6F and 6C. RGB value is (53,111,108). Sum of RGB (Red+Green+Blue) = 53+111+108=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #356F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F6C is #CA9093. Grayscale: #5D5D5D. Windows color (decimal): -13275284 or 7106357. OLE color: 7106357.
HSL color Cylindrical-coordinate representation of color #356F6C: hue angle of 176.9º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F6C is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 111 | 108 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.56 |
| HSL | 176.9º | 0.35% | 0.32% | - |
| HSV(B) | 176.9º | 0.52% | 0.44% | - |
| XYZ | 9.86 | 13.21 | 16.22 | - |
| YUV | 93.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 108 | 0.52 | 0 | 0.03 | 0.56 | 176.9 | 0.35 | 0.32 |
| Hex | 35 | 6F | 6C | 34 | 0 | 3 | 38 | B1 | 23 | 20 |
| Octal | 65 | 157 | 154 | 64 | 0 | 3 | 70 | 261 | 43 | 40 |
| Binary | 110101 | 1101111 | 1101100 | 110100 | 0 | 11 | 111000 | 10110001 | 100011 | 100000 |
Color Harmonies of #356F6C
Complementary color
Monochromatic Colors of #356F6C
Black with #356F6C
Text Example
Text Example
White with #356F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F6C; }
p { color: rgb(53,111,108); }
H1.HeaderClassName
{
color: #356F6C;
}
.AnyTagClassName
{
color: #356F6C;
}
</style>
background-color css
<style>
a { background-color: #356F6C; }
a { background-color: rgb(53,111,108); }
div.DivClassName
{
background-color: #356F6C;
}
.BgClassName
{
background-color: #356F6C;
}
</style>
border-color css
<style>
span { border-color: #356F6C; }
span { border-color: rgb(53,111,108); }
td.TdClassName
{
border-color: #356F6C;
}
.TagClassName
{
border-color: #356F6C;
}
</style>