Shades of Genoa #257363
Tints of Genoa #257363
RGB
CMYK
RGB Variations
Color information
#257363 (or 0x257363) is known color: Genoa. HEX triplet: 25, 73 and 63. RGB value is (37,115,99). Sum of RGB (Red+Green+Blue) = 37+115+99=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #257363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257363 is #DA8C9C. Grayscale: #595959. Windows color (decimal): -14322845 or 6517541. OLE color: 6517541.
HSL color Cylindrical-coordinate representation of color #257363: hue angle of 167.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257363 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 115 | 99 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.55 |
| HSL | 167.69º | 0.51% | 0.3% | - |
| HSV(B) | 167.69º | 0.68% | 0.45% | - |
| XYZ | 9.15 | 13.56 | 13.94 | - |
| YUV | 89.85 | 133.16 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 99 | 0.68 | 0 | 0.14 | 0.55 | 167.69 | 0.51 | 0.3 |
| Hex | 25 | 73 | 63 | 44 | 0 | E | 37 | A8 | 33 | 1E |
| Octal | 45 | 163 | 143 | 104 | 0 | 16 | 67 | 250 | 63 | 36 |
| Binary | 100101 | 1110011 | 1100011 | 1000100 | 0 | 1110 | 110111 | 10101000 | 110011 | 11110 |
Color Harmonies of #257363
Complementary color
Monochromatic Colors of #257363
Black with #257363
Text Example
Text Example
White with #257363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257363; }
p { color: rgb(37,115,99); }
H1.HeaderClassName
{
color: #257363;
}
.AnyTagClassName
{
color: #257363;
}
</style>
background-color css
<style>
a { background-color: #257363; }
a { background-color: rgb(37,115,99); }
div.DivClassName
{
background-color: #257363;
}
.BgClassName
{
background-color: #257363;
}
</style>
border-color css
<style>
span { border-color: #257363; }
span { border-color: rgb(37,115,99); }
td.TdClassName
{
border-color: #257363;
}
.TagClassName
{
border-color: #257363;
}
</style>