Shades of Genoa #247168
Tints of Genoa #247168
RGB
CMYK
RGB Variations
Color information
#247168 (or 0x247168) is known color: Genoa. HEX triplet: 24, 71 and 68. RGB value is (36,113,104). Sum of RGB (Red+Green+Blue) = 36+113+104=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #247168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247168 is #DB8E97. Grayscale: #585858. Windows color (decimal): -14388888 or 6844708. OLE color: 6844708.
HSL color Cylindrical-coordinate representation of color #247168: hue angle of 172.99º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247168 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 113 | 104 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.56 |
| HSL | 172.99º | 0.52% | 0.29% | - |
| HSV(B) | 172.99º | 0.68% | 0.44% | - |
| XYZ | 9.13 | 13.18 | 15.16 | - |
| YUV | 88.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 104 | 0.68 | 0 | 0.08 | 0.56 | 172.99 | 0.52 | 0.29 |
| Hex | 24 | 71 | 68 | 44 | 0 | 8 | 38 | AD | 34 | 1D |
| Octal | 44 | 161 | 150 | 104 | 0 | 10 | 70 | 255 | 64 | 35 |
| Binary | 100100 | 1110001 | 1101000 | 1000100 | 0 | 1000 | 111000 | 10101101 | 110100 | 11101 |
Color Harmonies of #247168
Complementary color
Monochromatic Colors of #247168
Black with #247168
Text Example
Text Example
White with #247168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247168; }
p { color: rgb(36,113,104); }
H1.HeaderClassName
{
color: #247168;
}
.AnyTagClassName
{
color: #247168;
}
</style>
background-color css
<style>
a { background-color: #247168; }
a { background-color: rgb(36,113,104); }
div.DivClassName
{
background-color: #247168;
}
.BgClassName
{
background-color: #247168;
}
</style>
border-color css
<style>
span { border-color: #247168; }
span { border-color: rgb(36,113,104); }
td.TdClassName
{
border-color: #247168;
}
.TagClassName
{
border-color: #247168;
}
</style>