Shades of Genoa #247363
Tints of Genoa #247363
RGB
CMYK
RGB Variations
Color information
#247363 (or 0x247363) is known color: Genoa. HEX triplet: 24, 73 and 63. RGB value is (36,115,99). Sum of RGB (Red+Green+Blue) = 36+115+99=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #247363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247363 is #DB8C9C. Grayscale: #595959. Windows color (decimal): -14388381 or 6517540. OLE color: 6517540.
HSL color Cylindrical-coordinate representation of color #247363: hue angle of 167.85º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247363 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 115 | 99 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.55 |
| HSL | 167.85º | 0.52% | 0.3% | - |
| HSV(B) | 167.85º | 0.69% | 0.45% | - |
| XYZ | 9.11 | 13.54 | 13.94 | - |
| YUV | 89.56 | 133.33 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 99 | 0.69 | 0 | 0.14 | 0.55 | 167.85 | 0.52 | 0.3 |
| Hex | 24 | 73 | 63 | 45 | 0 | E | 37 | A8 | 34 | 1E |
| Octal | 44 | 163 | 143 | 105 | 0 | 16 | 67 | 250 | 64 | 36 |
| Binary | 100100 | 1110011 | 1100011 | 1000101 | 0 | 1110 | 110111 | 10101000 | 110100 | 11110 |
Color Harmonies of #247363
Complementary color
Monochromatic Colors of #247363
Black with #247363
Text Example
Text Example
White with #247363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247363; }
p { color: rgb(36,115,99); }
H1.HeaderClassName
{
color: #247363;
}
.AnyTagClassName
{
color: #247363;
}
</style>
background-color css
<style>
a { background-color: #247363; }
a { background-color: rgb(36,115,99); }
div.DivClassName
{
background-color: #247363;
}
.BgClassName
{
background-color: #247363;
}
</style>
border-color css
<style>
span { border-color: #247363; }
span { border-color: rgb(36,115,99); }
td.TdClassName
{
border-color: #247363;
}
.TagClassName
{
border-color: #247363;
}
</style>