Shades of Genoa #377A6D
Tints of Genoa #377A6D
RGB
CMYK
RGB Variations
Color information
#377A6D (or 0x377A6D) is known color: Genoa. HEX triplet: 37, 7A and 6D. RGB value is (55,122,109). Sum of RGB (Red+Green+Blue) = 55+122+109=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #377A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A6D is #C88592. Grayscale: #646464. Windows color (decimal): -13141395 or 7174711. OLE color: 7174711.
HSL color Cylindrical-coordinate representation of color #377A6D: hue angle of 168.36º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A6D is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 109 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.52 |
| HSL | 168.36º | 0.38% | 0.35% | - |
| HSV(B) | 168.36º | 0.55% | 0.48% | - |
| XYZ | 11.3 | 15.84 | 16.93 | - |
| YUV | 100.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 109 | 0.55 | 0 | 0.11 | 0.52 | 168.36 | 0.38 | 0.35 |
| Hex | 37 | 7A | 6D | 37 | 0 | B | 34 | A8 | 26 | 23 |
| Octal | 67 | 172 | 155 | 67 | 0 | 13 | 64 | 250 | 46 | 43 |
| Binary | 110111 | 1111010 | 1101101 | 110111 | 0 | 1011 | 110100 | 10101000 | 100110 | 100011 |
Color Harmonies of #377A6D
Complementary color
Monochromatic Colors of #377A6D
Black with #377A6D
Text Example
Text Example
White with #377A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A6D; }
p { color: rgb(55,122,109); }
H1.HeaderClassName
{
color: #377A6D;
}
.AnyTagClassName
{
color: #377A6D;
}
</style>
background-color css
<style>
a { background-color: #377A6D; }
a { background-color: rgb(55,122,109); }
div.DivClassName
{
background-color: #377A6D;
}
.BgClassName
{
background-color: #377A6D;
}
</style>
border-color css
<style>
span { border-color: #377A6D; }
span { border-color: rgb(55,122,109); }
td.TdClassName
{
border-color: #377A6D;
}
.TagClassName
{
border-color: #377A6D;
}
</style>