Shades of Genoa #377C6B
Tints of Genoa #377C6B
RGB
CMYK
RGB Variations
Color information
#377C6B (or 0x377C6B) is known color: Genoa. HEX triplet: 37, 7C and 6B. RGB value is (55,124,107). Sum of RGB (Red+Green+Blue) = 55+124+107=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #377C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C6B is #C88394. Grayscale: #656565. Windows color (decimal): -13140885 or 7044151. OLE color: 7044151.
HSL color Cylindrical-coordinate representation of color #377C6B: hue angle of 165.22º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C6B is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 124 | 107 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.51 |
| HSL | 165.22º | 0.39% | 0.35% | - |
| HSV(B) | 165.22º | 0.56% | 0.49% | - |
| XYZ | 11.44 | 16.29 | 16.45 | - |
| YUV | 101.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 107 | 0.56 | 0 | 0.14 | 0.51 | 165.22 | 0.39 | 0.35 |
| Hex | 37 | 7C | 6B | 38 | 0 | E | 33 | A5 | 27 | 23 |
| Octal | 67 | 174 | 153 | 70 | 0 | 16 | 63 | 245 | 47 | 43 |
| Binary | 110111 | 1111100 | 1101011 | 111000 | 0 | 1110 | 110011 | 10100101 | 100111 | 100011 |
Color Harmonies of #377C6B
Complementary color
Monochromatic Colors of #377C6B
Black with #377C6B
Text Example
Text Example
White with #377C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C6B; }
p { color: rgb(55,124,107); }
H1.HeaderClassName
{
color: #377C6B;
}
.AnyTagClassName
{
color: #377C6B;
}
</style>
background-color css
<style>
a { background-color: #377C6B; }
a { background-color: rgb(55,124,107); }
div.DivClassName
{
background-color: #377C6B;
}
.BgClassName
{
background-color: #377C6B;
}
</style>
border-color css
<style>
span { border-color: #377C6B; }
span { border-color: rgb(55,124,107); }
td.TdClassName
{
border-color: #377C6B;
}
.TagClassName
{
border-color: #377C6B;
}
</style>