Shades of Genoa #257E69
Tints of Genoa #257E69
RGB
CMYK
RGB Variations
Color information
#257E69 (or 0x257E69) is known color: Genoa. HEX triplet: 25, 7E and 69. RGB value is (37,126,105). Sum of RGB (Red+Green+Blue) = 37+126+105=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #257E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E69 is #DA8196. Grayscale: #606060. Windows color (decimal): -14320023 or 6913573. OLE color: 6913573.
HSL color Cylindrical-coordinate representation of color #257E69: hue angle of 165.84º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E69 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 126 | 105 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.51 |
| HSL | 165.84º | 0.55% | 0.32% | - |
| HSV(B) | 165.84º | 0.71% | 0.49% | - |
| XYZ | 10.77 | 16.33 | 15.95 | - |
| YUV | 97 | 132.51 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 105 | 0.71 | 0 | 0.17 | 0.51 | 165.84 | 0.55 | 0.32 |
| Hex | 25 | 7E | 69 | 47 | 0 | 11 | 33 | A6 | 37 | 20 |
| Octal | 45 | 176 | 151 | 107 | 0 | 21 | 63 | 246 | 67 | 40 |
| Binary | 100101 | 1111110 | 1101001 | 1000111 | 0 | 10001 | 110011 | 10100110 | 110111 | 100000 |
Color Harmonies of #257E69
Complementary color
Monochromatic Colors of #257E69
Black with #257E69
Text Example
Text Example
White with #257E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257E69; }
p { color: rgb(37,126,105); }
H1.HeaderClassName
{
color: #257E69;
}
.AnyTagClassName
{
color: #257E69;
}
</style>
background-color css
<style>
a { background-color: #257E69; }
a { background-color: rgb(37,126,105); }
div.DivClassName
{
background-color: #257E69;
}
.BgClassName
{
background-color: #257E69;
}
</style>
border-color css
<style>
span { border-color: #257E69; }
span { border-color: rgb(37,126,105); }
td.TdClassName
{
border-color: #257E69;
}
.TagClassName
{
border-color: #257E69;
}
</style>