Shades of Genoa #277A6D
Tints of Genoa #277A6D
RGB
CMYK
RGB Variations
Color information
#277A6D (or 0x277A6D) is known color: Genoa. HEX triplet: 27, 7A and 6D. RGB value is (39,122,109). Sum of RGB (Red+Green+Blue) = 39+122+109=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #277A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277A6D is #D88592. Grayscale: #5F5F5F. Windows color (decimal): -14189971 or 7174695. OLE color: 7174695.
HSL color Cylindrical-coordinate representation of color #277A6D: hue angle of 170.6º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277A6D is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 122 | 109 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.52 |
| HSL | 170.6º | 0.52% | 0.32% | - |
| HSV(B) | 170.6º | 0.68% | 0.48% | - |
| XYZ | 10.56 | 15.45 | 16.89 | - |
| YUV | 95.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 109 | 0.68 | 0 | 0.11 | 0.52 | 170.6 | 0.52 | 0.32 |
| Hex | 27 | 7A | 6D | 44 | 0 | B | 34 | AB | 34 | 20 |
| Octal | 47 | 172 | 155 | 104 | 0 | 13 | 64 | 253 | 64 | 40 |
| Binary | 100111 | 1111010 | 1101101 | 1000100 | 0 | 1011 | 110100 | 10101011 | 110100 | 100000 |
Color Harmonies of #277A6D
Complementary color
Monochromatic Colors of #277A6D
Black with #277A6D
Text Example
Text Example
White with #277A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A6D; }
p { color: rgb(39,122,109); }
H1.HeaderClassName
{
color: #277A6D;
}
.AnyTagClassName
{
color: #277A6D;
}
</style>
background-color css
<style>
a { background-color: #277A6D; }
a { background-color: rgb(39,122,109); }
div.DivClassName
{
background-color: #277A6D;
}
.BgClassName
{
background-color: #277A6D;
}
</style>
border-color css
<style>
span { border-color: #277A6D; }
span { border-color: rgb(39,122,109); }
td.TdClassName
{
border-color: #277A6D;
}
.TagClassName
{
border-color: #277A6D;
}
</style>