Shades of Genoa #23776B
Tints of Genoa #23776B
RGB
CMYK
RGB Variations
Color information
#23776B (or 0x23776B) is known color: Genoa. HEX triplet: 23, 77 and 6B. RGB value is (35,119,107). Sum of RGB (Red+Green+Blue) = 35+119+107=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #23776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23776B is #DC8894. Grayscale: #5C5C5C. Windows color (decimal): -14452885 or 7042851. OLE color: 7042851.
HSL color Cylindrical-coordinate representation of color #23776B: hue angle of 171.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23776B is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 119 | 107 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.53 |
| HSL | 171.43º | 0.55% | 0.3% | - |
| HSV(B) | 171.43º | 0.71% | 0.47% | - |
| XYZ | 9.94 | 14.61 | 16.21 | - |
| YUV | 92.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 119 | 107 | 0.71 | 0 | 0.10 | 0.53 | 171.43 | 0.55 | 0.3 |
| Hex | 23 | 77 | 6B | 47 | 0 | A | 35 | AB | 37 | 1E |
| Octal | 43 | 167 | 153 | 107 | 0 | 12 | 65 | 253 | 67 | 36 |
| Binary | 100011 | 1110111 | 1101011 | 1000111 | 0 | 1010 | 110101 | 10101011 | 110111 | 11110 |
Color Harmonies of #23776B
Complementary color
Monochromatic Colors of #23776B
Black with #23776B
Text Example
Text Example
White with #23776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23776B; }
p { color: rgb(35,119,107); }
H1.HeaderClassName
{
color: #23776B;
}
.AnyTagClassName
{
color: #23776B;
}
</style>
background-color css
<style>
a { background-color: #23776B; }
a { background-color: rgb(35,119,107); }
div.DivClassName
{
background-color: #23776B;
}
.BgClassName
{
background-color: #23776B;
}
</style>
border-color css
<style>
span { border-color: #23776B; }
span { border-color: rgb(35,119,107); }
td.TdClassName
{
border-color: #23776B;
}
.TagClassName
{
border-color: #23776B;
}
</style>