Shades of Genoa #237A6B
Tints of Genoa #237A6B
RGB
CMYK
RGB Variations
Color information
#237A6B (or 0x237A6B) is known color: Genoa. HEX triplet: 23, 7A and 6B. RGB value is (35,122,107). Sum of RGB (Red+Green+Blue) = 35+122+107=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #237A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237A6B is #DC8594. Grayscale: #5E5E5E. Windows color (decimal): -14452117 or 7043619. OLE color: 7043619.
HSL color Cylindrical-coordinate representation of color #237A6B: hue angle of 169.66º 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 #237A6B is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 122 | 107 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.52 |
| HSL | 169.66º | 0.55% | 0.31% | - |
| HSV(B) | 169.66º | 0.71% | 0.48% | - |
| XYZ | 10.31 | 15.34 | 16.33 | - |
| YUV | 94.28 | 135.18 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 107 | 0.71 | 0 | 0.12 | 0.52 | 169.66 | 0.55 | 0.31 |
| Hex | 23 | 7A | 6B | 47 | 0 | C | 34 | AA | 37 | 1F |
| Octal | 43 | 172 | 153 | 107 | 0 | 14 | 64 | 252 | 67 | 37 |
| Binary | 100011 | 1111010 | 1101011 | 1000111 | 0 | 1100 | 110100 | 10101010 | 110111 | 11111 |
Color Harmonies of #237A6B
Complementary color
Monochromatic Colors of #237A6B
Black with #237A6B
Text Example
Text Example
White with #237A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A6B; }
p { color: rgb(35,122,107); }
H1.HeaderClassName
{
color: #237A6B;
}
.AnyTagClassName
{
color: #237A6B;
}
</style>
background-color css
<style>
a { background-color: #237A6B; }
a { background-color: rgb(35,122,107); }
div.DivClassName
{
background-color: #237A6B;
}
.BgClassName
{
background-color: #237A6B;
}
</style>
border-color css
<style>
span { border-color: #237A6B; }
span { border-color: rgb(35,122,107); }
td.TdClassName
{
border-color: #237A6B;
}
.TagClassName
{
border-color: #237A6B;
}
</style>