Shades of Genoa #356B69
Tints of Genoa #356B69
RGB
CMYK
RGB Variations
Color information
#356B69 (or 0x356B69) is known color: Genoa. HEX triplet: 35, 6B and 69. RGB value is (53,107,105). Sum of RGB (Red+Green+Blue) = 53+107+105=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #356B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B69 is #CA9496. Grayscale: #5A5A5A. Windows color (decimal): -13276311 or 6908725. OLE color: 6908725.
HSL color Cylindrical-coordinate representation of color #356B69: hue angle of 177.78º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B69 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 105 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.58 |
| HSL | 177.78º | 0.34% | 0.31% | - |
| HSV(B) | 177.78º | 0.5% | 0.42% | - |
| XYZ | 9.28 | 12.29 | 15.25 | - |
| YUV | 90.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 105 | 0.50 | 0 | 0.02 | 0.58 | 177.78 | 0.34 | 0.31 |
| Hex | 35 | 6B | 69 | 32 | 0 | 2 | 3A | B2 | 22 | 1F |
| Octal | 65 | 153 | 151 | 62 | 0 | 2 | 72 | 262 | 42 | 37 |
| Binary | 110101 | 1101011 | 1101001 | 110010 | 0 | 10 | 111010 | 10110010 | 100010 | 11111 |
Color Harmonies of #356B69
Complementary color
Monochromatic Colors of #356B69
Black with #356B69
Text Example
Text Example
White with #356B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B69; }
p { color: rgb(53,107,105); }
H1.HeaderClassName
{
color: #356B69;
}
.AnyTagClassName
{
color: #356B69;
}
</style>
background-color css
<style>
a { background-color: #356B69; }
a { background-color: rgb(53,107,105); }
div.DivClassName
{
background-color: #356B69;
}
.BgClassName
{
background-color: #356B69;
}
</style>
border-color css
<style>
span { border-color: #356B69; }
span { border-color: rgb(53,107,105); }
td.TdClassName
{
border-color: #356B69;
}
.TagClassName
{
border-color: #356B69;
}
</style>