Shades of Genoa #367E6B
Tints of Genoa #367E6B
RGB
CMYK
RGB Variations
Color information
#367E6B (or 0x367E6B) is known color: Genoa. HEX triplet: 36, 7E and 6B. RGB value is (54,126,107). Sum of RGB (Red+Green+Blue) = 54+126+107=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 126 - color contains mainly: green. Hex color #367E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E6B is #C98194. Grayscale: #666666. Windows color (decimal): -13205909 or 7044662. OLE color: 7044662.
HSL color Cylindrical-coordinate representation of color #367E6B: hue angle of 164.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367E6B is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 126 | 107 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.51 |
| HSL | 164.17º | 0.4% | 0.35% | - |
| HSV(B) | 164.17º | 0.57% | 0.49% | - |
| XYZ | 11.64 | 16.77 | 16.53 | - |
| YUV | 102.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 107 | 0.57 | 0 | 0.15 | 0.51 | 164.17 | 0.4 | 0.35 |
| Hex | 36 | 7E | 6B | 39 | 0 | F | 33 | A4 | 28 | 23 |
| Octal | 66 | 176 | 153 | 71 | 0 | 17 | 63 | 244 | 50 | 43 |
| Binary | 110110 | 1111110 | 1101011 | 111001 | 0 | 1111 | 110011 | 10100100 | 101000 | 100011 |
Color Harmonies of #367E6B
Complementary color
Monochromatic Colors of #367E6B
Black with #367E6B
Text Example
Text Example
White with #367E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E6B; }
p { color: rgb(54,126,107); }
H1.HeaderClassName
{
color: #367E6B;
}
.AnyTagClassName
{
color: #367E6B;
}
</style>
background-color css
<style>
a { background-color: #367E6B; }
a { background-color: rgb(54,126,107); }
div.DivClassName
{
background-color: #367E6B;
}
.BgClassName
{
background-color: #367E6B;
}
</style>
border-color css
<style>
span { border-color: #367E6B; }
span { border-color: rgb(54,126,107); }
td.TdClassName
{
border-color: #367E6B;
}
.TagClassName
{
border-color: #367E6B;
}
</style>