Shades of Genoa #397B6E
Tints of Genoa #397B6E
RGB
CMYK
RGB Variations
Color information
#397B6E (or 0x397B6E) is known color: Genoa. HEX triplet: 39, 7B and 6E. RGB value is (57,123,110). Sum of RGB (Red+Green+Blue) = 57+123+110=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #397B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B6E is #C68491. Grayscale: #656565. Windows color (decimal): -13010066 or 7240505. OLE color: 7240505.
HSL color Cylindrical-coordinate representation of color #397B6E: hue angle of 168.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397B6E is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 110 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.52 |
| HSL | 168.18º | 0.37% | 0.35% | - |
| HSV(B) | 168.18º | 0.54% | 0.48% | - |
| XYZ | 11.58 | 16.16 | 17.26 | - |
| YUV | 101.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 110 | 0.54 | 0 | 0.11 | 0.52 | 168.18 | 0.37 | 0.35 |
| Hex | 39 | 7B | 6E | 36 | 0 | B | 34 | A8 | 25 | 23 |
| Octal | 71 | 173 | 156 | 66 | 0 | 13 | 64 | 250 | 45 | 43 |
| Binary | 111001 | 1111011 | 1101110 | 110110 | 0 | 1011 | 110100 | 10101000 | 100101 | 100011 |
Color Harmonies of #397B6E
Complementary color
Monochromatic Colors of #397B6E
Black with #397B6E
Text Example
Text Example
White with #397B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B6E; }
p { color: rgb(57,123,110); }
H1.HeaderClassName
{
color: #397B6E;
}
.AnyTagClassName
{
color: #397B6E;
}
</style>
background-color css
<style>
a { background-color: #397B6E; }
a { background-color: rgb(57,123,110); }
div.DivClassName
{
background-color: #397B6E;
}
.BgClassName
{
background-color: #397B6E;
}
</style>
border-color css
<style>
span { border-color: #397B6E; }
span { border-color: rgb(57,123,110); }
td.TdClassName
{
border-color: #397B6E;
}
.TagClassName
{
border-color: #397B6E;
}
</style>