Shades of Genoa #257A6D
Tints of Genoa #257A6D
RGB
CMYK
RGB Variations
Color information
#257A6D (or 0x257A6D) is known color: Genoa. HEX triplet: 25, 7A and 6D. RGB value is (37,122,109). Sum of RGB (Red+Green+Blue) = 37+122+109=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #257A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A6D is #DA8592. Grayscale: #5F5F5F. Windows color (decimal): -14321043 or 7174693. OLE color: 7174693.
HSL color Cylindrical-coordinate representation of color #257A6D: hue angle of 170.82º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A6D is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 109 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.52 |
| HSL | 170.82º | 0.53% | 0.31% | - |
| HSV(B) | 170.82º | 0.7% | 0.48% | - |
| XYZ | 10.48 | 15.42 | 16.89 | - |
| YUV | 95.1 | 135.84 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 109 | 0.70 | 0 | 0.11 | 0.52 | 170.82 | 0.53 | 0.31 |
| Hex | 25 | 7A | 6D | 46 | 0 | B | 34 | AB | 35 | 1F |
| Octal | 45 | 172 | 155 | 106 | 0 | 13 | 64 | 253 | 65 | 37 |
| Binary | 100101 | 1111010 | 1101101 | 1000110 | 0 | 1011 | 110100 | 10101011 | 110101 | 11111 |
Color Harmonies of #257A6D
Complementary color
Monochromatic Colors of #257A6D
Black with #257A6D
Text Example
Text Example
White with #257A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A6D; }
p { color: rgb(37,122,109); }
H1.HeaderClassName
{
color: #257A6D;
}
.AnyTagClassName
{
color: #257A6D;
}
</style>
background-color css
<style>
a { background-color: #257A6D; }
a { background-color: rgb(37,122,109); }
div.DivClassName
{
background-color: #257A6D;
}
.BgClassName
{
background-color: #257A6D;
}
</style>
border-color css
<style>
span { border-color: #257A6D; }
span { border-color: rgb(37,122,109); }
td.TdClassName
{
border-color: #257A6D;
}
.TagClassName
{
border-color: #257A6D;
}
</style>