Shades of Genoa #397B6B
Tints of Genoa #397B6B
RGB
CMYK
RGB Variations
Color information
#397B6B (or 0x397B6B) is known color: Genoa. HEX triplet: 39, 7B and 6B. RGB value is (57,123,107). Sum of RGB (Red+Green+Blue) = 57+123+107=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #397B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B6B is #C68494. Grayscale: #656565. Windows color (decimal): -13010069 or 7043897. OLE color: 7043897.
HSL color Cylindrical-coordinate representation of color #397B6B: hue angle of 165.45º 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 #397B6B is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 107 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.52 |
| HSL | 165.45º | 0.37% | 0.35% | - |
| HSV(B) | 165.45º | 0.54% | 0.48% | - |
| XYZ | 11.42 | 16.1 | 16.41 | - |
| YUV | 101.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 107 | 0.54 | 0 | 0.13 | 0.52 | 165.45 | 0.37 | 0.35 |
| Hex | 39 | 7B | 6B | 36 | 0 | D | 34 | A5 | 25 | 23 |
| Octal | 71 | 173 | 153 | 66 | 0 | 15 | 64 | 245 | 45 | 43 |
| Binary | 111001 | 1111011 | 1101011 | 110110 | 0 | 1101 | 110100 | 10100101 | 100101 | 100011 |
Color Harmonies of #397B6B
Complementary color
Monochromatic Colors of #397B6B
Black with #397B6B
Text Example
Text Example
White with #397B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B6B; }
p { color: rgb(57,123,107); }
H1.HeaderClassName
{
color: #397B6B;
}
.AnyTagClassName
{
color: #397B6B;
}
</style>
background-color css
<style>
a { background-color: #397B6B; }
a { background-color: rgb(57,123,107); }
div.DivClassName
{
background-color: #397B6B;
}
.BgClassName
{
background-color: #397B6B;
}
</style>
border-color css
<style>
span { border-color: #397B6B; }
span { border-color: rgb(57,123,107); }
td.TdClassName
{
border-color: #397B6B;
}
.TagClassName
{
border-color: #397B6B;
}
</style>