Shades of Genoa #357E6E
Tints of Genoa #357E6E
RGB
CMYK
RGB Variations
Color information
#357E6E (or 0x357E6E) is known color: Genoa. HEX triplet: 35, 7E and 6E. RGB value is (53,126,110). Sum of RGB (Red+Green+Blue) = 53+126+110=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #357E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E6E is #CA8191. Grayscale: #666666. Windows color (decimal): -13271442 or 7241269. OLE color: 7241269.
HSL color Cylindrical-coordinate representation of color #357E6E: hue angle of 166.85º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357E6E is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 110 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.51 |
| HSL | 166.85º | 0.41% | 0.35% | - |
| HSV(B) | 166.85º | 0.58% | 0.49% | - |
| XYZ | 11.74 | 16.8 | 17.38 | - |
| YUV | 102.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 110 | 0.58 | 0 | 0.13 | 0.51 | 166.85 | 0.41 | 0.35 |
| Hex | 35 | 7E | 6E | 3A | 0 | D | 33 | A7 | 29 | 23 |
| Octal | 65 | 176 | 156 | 72 | 0 | 15 | 63 | 247 | 51 | 43 |
| Binary | 110101 | 1111110 | 1101110 | 111010 | 0 | 1101 | 110011 | 10100111 | 101001 | 100011 |
Color Harmonies of #357E6E
Complementary color
Monochromatic Colors of #357E6E
Black with #357E6E
Text Example
Text Example
White with #357E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E6E; }
p { color: rgb(53,126,110); }
H1.HeaderClassName
{
color: #357E6E;
}
.AnyTagClassName
{
color: #357E6E;
}
</style>
background-color css
<style>
a { background-color: #357E6E; }
a { background-color: rgb(53,126,110); }
div.DivClassName
{
background-color: #357E6E;
}
.BgClassName
{
background-color: #357E6E;
}
</style>
border-color css
<style>
span { border-color: #357E6E; }
span { border-color: rgb(53,126,110); }
td.TdClassName
{
border-color: #357E6E;
}
.TagClassName
{
border-color: #357E6E;
}
</style>