Shades of Genoa #257663
Tints of Genoa #257663
RGB
CMYK
RGB Variations
Color information
#257663 (or 0x257663) is known color: Genoa. HEX triplet: 25, 76 and 63. RGB value is (37,118,99). Sum of RGB (Red+Green+Blue) = 37+118+99=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #257663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257663 is #DA899C. Grayscale: #5B5B5B. Windows color (decimal): -14322077 or 6518309. OLE color: 6518309.
HSL color Cylindrical-coordinate representation of color #257663: hue angle of 165.93º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257663 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 118 | 99 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.54 |
| HSL | 165.93º | 0.52% | 0.3% | - |
| HSV(B) | 165.93º | 0.69% | 0.46% | - |
| XYZ | 9.49 | 14.25 | 14.05 | - |
| YUV | 91.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 99 | 0.69 | 0 | 0.16 | 0.54 | 165.93 | 0.52 | 0.3 |
| Hex | 25 | 76 | 63 | 45 | 0 | 10 | 36 | A6 | 34 | 1E |
| Octal | 45 | 166 | 143 | 105 | 0 | 20 | 66 | 246 | 64 | 36 |
| Binary | 100101 | 1110110 | 1100011 | 1000101 | 0 | 10000 | 110110 | 10100110 | 110100 | 11110 |
Color Harmonies of #257663
Complementary color
Monochromatic Colors of #257663
Black with #257663
Text Example
Text Example
White with #257663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257663; }
p { color: rgb(37,118,99); }
H1.HeaderClassName
{
color: #257663;
}
.AnyTagClassName
{
color: #257663;
}
</style>
background-color css
<style>
a { background-color: #257663; }
a { background-color: rgb(37,118,99); }
div.DivClassName
{
background-color: #257663;
}
.BgClassName
{
background-color: #257663;
}
</style>
border-color css
<style>
span { border-color: #257663; }
span { border-color: rgb(37,118,99); }
td.TdClassName
{
border-color: #257663;
}
.TagClassName
{
border-color: #257663;
}
</style>