Shades of Genoa #247366
Tints of Genoa #247366
RGB
CMYK
RGB Variations
Color information
#247366 (or 0x247366) is known color: Genoa. HEX triplet: 24, 73 and 66. RGB value is (36,115,102). Sum of RGB (Red+Green+Blue) = 36+115+102=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #247366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247366 is #DB8C99. Grayscale: #595959. Windows color (decimal): -14388378 or 6714148. OLE color: 6714148.
HSL color Cylindrical-coordinate representation of color #247366: hue angle of 170.13º 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 #247366 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 115 | 102 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.55 |
| HSL | 170.13º | 0.52% | 0.3% | - |
| HSV(B) | 170.13º | 0.69% | 0.45% | - |
| XYZ | 9.26 | 13.6 | 14.71 | - |
| YUV | 89.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 102 | 0.69 | 0 | 0.11 | 0.55 | 170.13 | 0.52 | 0.3 |
| Hex | 24 | 73 | 66 | 45 | 0 | B | 37 | AA | 34 | 1E |
| Octal | 44 | 163 | 146 | 105 | 0 | 13 | 67 | 252 | 64 | 36 |
| Binary | 100100 | 1110011 | 1100110 | 1000101 | 0 | 1011 | 110111 | 10101010 | 110100 | 11110 |
Color Harmonies of #247366
Complementary color
Monochromatic Colors of #247366
Black with #247366
Text Example
Text Example
White with #247366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247366; }
p { color: rgb(36,115,102); }
H1.HeaderClassName
{
color: #247366;
}
.AnyTagClassName
{
color: #247366;
}
</style>
background-color css
<style>
a { background-color: #247366; }
a { background-color: rgb(36,115,102); }
div.DivClassName
{
background-color: #247366;
}
.BgClassName
{
background-color: #247366;
}
</style>
border-color css
<style>
span { border-color: #247366; }
span { border-color: rgb(36,115,102); }
td.TdClassName
{
border-color: #247366;
}
.TagClassName
{
border-color: #247366;
}
</style>