Shades of Genoa #377B6D
Tints of Genoa #377B6D
RGB
CMYK
RGB Variations
Color information
#377B6D (or 0x377B6D) is known color: Genoa. HEX triplet: 37, 7B and 6D. RGB value is (55,123,109). Sum of RGB (Red+Green+Blue) = 55+123+109=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #377B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B6D is #C88492. Grayscale: #656565. Windows color (decimal): -13141139 or 7174967. OLE color: 7174967.
HSL color Cylindrical-coordinate representation of color #377B6D: hue angle of 167.65º 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 #377B6D is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 109 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.52 |
| HSL | 167.65º | 0.38% | 0.35% | - |
| HSV(B) | 167.65º | 0.55% | 0.48% | - |
| XYZ | 11.42 | 16.08 | 16.97 | - |
| YUV | 101.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 109 | 0.55 | 0 | 0.11 | 0.52 | 167.65 | 0.38 | 0.35 |
| Hex | 37 | 7B | 6D | 37 | 0 | B | 34 | A8 | 26 | 23 |
| Octal | 67 | 173 | 155 | 67 | 0 | 13 | 64 | 250 | 46 | 43 |
| Binary | 110111 | 1111011 | 1101101 | 110111 | 0 | 1011 | 110100 | 10101000 | 100110 | 100011 |
Color Harmonies of #377B6D
Complementary color
Monochromatic Colors of #377B6D
Black with #377B6D
Text Example
Text Example
White with #377B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B6D; }
p { color: rgb(55,123,109); }
H1.HeaderClassName
{
color: #377B6D;
}
.AnyTagClassName
{
color: #377B6D;
}
</style>
background-color css
<style>
a { background-color: #377B6D; }
a { background-color: rgb(55,123,109); }
div.DivClassName
{
background-color: #377B6D;
}
.BgClassName
{
background-color: #377B6D;
}
</style>
border-color css
<style>
span { border-color: #377B6D; }
span { border-color: rgb(55,123,109); }
td.TdClassName
{
border-color: #377B6D;
}
.TagClassName
{
border-color: #377B6D;
}
</style>