Shades of Genoa #246F67
Tints of Genoa #246F67
RGB
CMYK
RGB Variations
Color information
#246F67 (or 0x246F67) is known color: Genoa. HEX triplet: 24, 6F and 67. RGB value is (36,111,103). Sum of RGB (Red+Green+Blue) = 36+111+103=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #246F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246F67 is #DB9098. Grayscale: #575757. Windows color (decimal): -14389401 or 6778660. OLE color: 6778660.
HSL color Cylindrical-coordinate representation of color #246F67: hue angle of 173.6º degrees, saturation: 0.51, 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 #246F67 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 111 | 103 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.56 |
| HSL | 173.6º | 0.51% | 0.29% | - |
| HSV(B) | 173.6º | 0.68% | 0.44% | - |
| XYZ | 8.86 | 12.72 | 14.82 | - |
| YUV | 87.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 103 | 0.68 | 0 | 0.07 | 0.56 | 173.6 | 0.51 | 0.29 |
| Hex | 24 | 6F | 67 | 44 | 0 | 7 | 38 | AE | 33 | 1D |
| Octal | 44 | 157 | 147 | 104 | 0 | 7 | 70 | 256 | 63 | 35 |
| Binary | 100100 | 1101111 | 1100111 | 1000100 | 0 | 111 | 111000 | 10101110 | 110011 | 11101 |
Color Harmonies of #246F67
Complementary color
Monochromatic Colors of #246F67
Black with #246F67
Text Example
Text Example
White with #246F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F67; }
p { color: rgb(36,111,103); }
H1.HeaderClassName
{
color: #246F67;
}
.AnyTagClassName
{
color: #246F67;
}
</style>
background-color css
<style>
a { background-color: #246F67; }
a { background-color: rgb(36,111,103); }
div.DivClassName
{
background-color: #246F67;
}
.BgClassName
{
background-color: #246F67;
}
</style>
border-color css
<style>
span { border-color: #246F67; }
span { border-color: rgb(36,111,103); }
td.TdClassName
{
border-color: #246F67;
}
.TagClassName
{
border-color: #246F67;
}
</style>