Shades of Genoa #357C69
Tints of Genoa #357C69
RGB
CMYK
RGB Variations
Color information
#357C69 (or 0x357C69) is known color: Genoa. HEX triplet: 35, 7C and 69. RGB value is (53,124,105). Sum of RGB (Red+Green+Blue) = 53+124+105=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #357C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C69 is #CA8396. Grayscale: #646464. Windows color (decimal): -13271959 or 6913077. OLE color: 6913077.
HSL color Cylindrical-coordinate representation of color #357C69: hue angle of 163.94º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C69 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 105 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.51 |
| HSL | 163.94º | 0.4% | 0.35% | - |
| HSV(B) | 163.94º | 0.57% | 0.49% | - |
| XYZ | 11.23 | 16.19 | 15.9 | - |
| YUV | 100.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 105 | 0.57 | 0 | 0.15 | 0.51 | 163.94 | 0.4 | 0.35 |
| Hex | 35 | 7C | 69 | 39 | 0 | F | 33 | A4 | 28 | 23 |
| Octal | 65 | 174 | 151 | 71 | 0 | 17 | 63 | 244 | 50 | 43 |
| Binary | 110101 | 1111100 | 1101001 | 111001 | 0 | 1111 | 110011 | 10100100 | 101000 | 100011 |
Color Harmonies of #357C69
Complementary color
Monochromatic Colors of #357C69
Black with #357C69
Text Example
Text Example
White with #357C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C69; }
p { color: rgb(53,124,105); }
H1.HeaderClassName
{
color: #357C69;
}
.AnyTagClassName
{
color: #357C69;
}
</style>
background-color css
<style>
a { background-color: #357C69; }
a { background-color: rgb(53,124,105); }
div.DivClassName
{
background-color: #357C69;
}
.BgClassName
{
background-color: #357C69;
}
</style>
border-color css
<style>
span { border-color: #357C69; }
span { border-color: rgb(53,124,105); }
td.TdClassName
{
border-color: #357C69;
}
.TagClassName
{
border-color: #357C69;
}
</style>