Shades of Genoa #397B6D
Tints of Genoa #397B6D
RGB
CMYK
RGB Variations
Color information
#397B6D (or 0x397B6D) is known color: Genoa. HEX triplet: 39, 7B and 6D. RGB value is (57,123,109). Sum of RGB (Red+Green+Blue) = 57+123+109=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #397B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B6D is #C68492. Grayscale: #656565. Windows color (decimal): -13010067 or 7174969. OLE color: 7174969.
HSL color Cylindrical-coordinate representation of color #397B6D: hue angle of 167.27º 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 #397B6D is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 109 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.52 |
| HSL | 167.27º | 0.37% | 0.35% | - |
| HSV(B) | 167.27º | 0.54% | 0.48% | - |
| XYZ | 11.53 | 16.14 | 16.98 | - |
| YUV | 101.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 109 | 0.54 | 0 | 0.11 | 0.52 | 167.27 | 0.37 | 0.35 |
| Hex | 39 | 7B | 6D | 36 | 0 | B | 34 | A7 | 25 | 23 |
| Octal | 71 | 173 | 155 | 66 | 0 | 13 | 64 | 247 | 45 | 43 |
| Binary | 111001 | 1111011 | 1101101 | 110110 | 0 | 1011 | 110100 | 10100111 | 100101 | 100011 |
Color Harmonies of #397B6D
Complementary color
Monochromatic Colors of #397B6D
Black with #397B6D
Text Example
Text Example
White with #397B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B6D; }
p { color: rgb(57,123,109); }
H1.HeaderClassName
{
color: #397B6D;
}
.AnyTagClassName
{
color: #397B6D;
}
</style>
background-color css
<style>
a { background-color: #397B6D; }
a { background-color: rgb(57,123,109); }
div.DivClassName
{
background-color: #397B6D;
}
.BgClassName
{
background-color: #397B6D;
}
</style>
border-color css
<style>
span { border-color: #397B6D; }
span { border-color: rgb(57,123,109); }
td.TdClassName
{
border-color: #397B6D;
}
.TagClassName
{
border-color: #397B6D;
}
</style>