Shades of Genoa #247B6D
Tints of Genoa #247B6D
RGB
CMYK
RGB Variations
Color information
#247B6D (or 0x247B6D) is known color: Genoa. HEX triplet: 24, 7B and 6D. RGB value is (36,123,109). Sum of RGB (Red+Green+Blue) = 36+123+109=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #247B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247B6D is #DB8492. Grayscale: #5F5F5F. Windows color (decimal): -14386323 or 7174948. OLE color: 7174948.
HSL color Cylindrical-coordinate representation of color #247B6D: hue angle of 170.34º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247B6D is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 123 | 109 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.52 |
| HSL | 170.34º | 0.55% | 0.31% | - |
| HSV(B) | 170.34º | 0.71% | 0.48% | - |
| XYZ | 10.57 | 15.65 | 16.93 | - |
| YUV | 95.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 109 | 0.71 | 0 | 0.11 | 0.52 | 170.34 | 0.55 | 0.31 |
| Hex | 24 | 7B | 6D | 47 | 0 | B | 34 | AA | 37 | 1F |
| Octal | 44 | 173 | 155 | 107 | 0 | 13 | 64 | 252 | 67 | 37 |
| Binary | 100100 | 1111011 | 1101101 | 1000111 | 0 | 1011 | 110100 | 10101010 | 110111 | 11111 |
Color Harmonies of #247B6D
Complementary color
Monochromatic Colors of #247B6D
Black with #247B6D
Text Example
Text Example
White with #247B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B6D; }
p { color: rgb(36,123,109); }
H1.HeaderClassName
{
color: #247B6D;
}
.AnyTagClassName
{
color: #247B6D;
}
</style>
background-color css
<style>
a { background-color: #247B6D; }
a { background-color: rgb(36,123,109); }
div.DivClassName
{
background-color: #247B6D;
}
.BgClassName
{
background-color: #247B6D;
}
</style>
border-color css
<style>
span { border-color: #247B6D; }
span { border-color: rgb(36,123,109); }
td.TdClassName
{
border-color: #247B6D;
}
.TagClassName
{
border-color: #247B6D;
}
</style>