Shades of Genoa #277E6C
Tints of Genoa #277E6C
RGB
CMYK
RGB Variations
Color information
#277E6C (or 0x277E6C) is known color: Genoa. HEX triplet: 27, 7E and 6C. RGB value is (39,126,108). Sum of RGB (Red+Green+Blue) = 39+126+108=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #277E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277E6C is #D88193. Grayscale: #616161. Windows color (decimal): -14188948 or 7110183. OLE color: 7110183.
HSL color Cylindrical-coordinate representation of color #277E6C: hue angle of 167.59º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277E6C is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 126 | 108 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.51 |
| HSL | 167.59º | 0.53% | 0.32% | - |
| HSV(B) | 167.59º | 0.69% | 0.49% | - |
| XYZ | 11 | 16.44 | 16.78 | - |
| YUV | 97.94 | 133.68 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 108 | 0.69 | 0 | 0.14 | 0.51 | 167.59 | 0.53 | 0.32 |
| Hex | 27 | 7E | 6C | 45 | 0 | E | 33 | A8 | 35 | 20 |
| Octal | 47 | 176 | 154 | 105 | 0 | 16 | 63 | 250 | 65 | 40 |
| Binary | 100111 | 1111110 | 1101100 | 1000101 | 0 | 1110 | 110011 | 10101000 | 110101 | 100000 |
Color Harmonies of #277E6C
Complementary color
Monochromatic Colors of #277E6C
Black with #277E6C
Text Example
Text Example
White with #277E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277E6C; }
p { color: rgb(39,126,108); }
H1.HeaderClassName
{
color: #277E6C;
}
.AnyTagClassName
{
color: #277E6C;
}
</style>
background-color css
<style>
a { background-color: #277E6C; }
a { background-color: rgb(39,126,108); }
div.DivClassName
{
background-color: #277E6C;
}
.BgClassName
{
background-color: #277E6C;
}
</style>
border-color css
<style>
span { border-color: #277E6C; }
span { border-color: rgb(39,126,108); }
td.TdClassName
{
border-color: #277E6C;
}
.TagClassName
{
border-color: #277E6C;
}
</style>