Shades of Genoa #236F63
Tints of Genoa #236F63
RGB
CMYK
RGB Variations
Color information
#236F63 (or 0x236F63) is known color: Genoa. HEX triplet: 23, 6F and 63. RGB value is (35,111,99). Sum of RGB (Red+Green+Blue) = 35+111+99=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #236F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236F63 is #DC909C. Grayscale: #565656. Windows color (decimal): -14454941 or 6516515. OLE color: 6516515.
HSL color Cylindrical-coordinate representation of color #236F63: hue angle of 170.53º 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 #236F63 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 111 | 99 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.56 |
| HSL | 170.53º | 0.52% | 0.29% | - |
| HSV(B) | 170.53º | 0.68% | 0.44% | - |
| XYZ | 8.63 | 12.63 | 13.79 | - |
| YUV | 86.91 | 134.82 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 99 | 0.68 | 0 | 0.11 | 0.56 | 170.53 | 0.52 | 0.29 |
| Hex | 23 | 6F | 63 | 44 | 0 | B | 38 | AB | 34 | 1D |
| Octal | 43 | 157 | 143 | 104 | 0 | 13 | 70 | 253 | 64 | 35 |
| Binary | 100011 | 1101111 | 1100011 | 1000100 | 0 | 1011 | 111000 | 10101011 | 110100 | 11101 |
Color Harmonies of #236F63
Complementary color
Monochromatic Colors of #236F63
Black with #236F63
Text Example
Text Example
White with #236F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236F63; }
p { color: rgb(35,111,99); }
H1.HeaderClassName
{
color: #236F63;
}
.AnyTagClassName
{
color: #236F63;
}
</style>
background-color css
<style>
a { background-color: #236F63; }
a { background-color: rgb(35,111,99); }
div.DivClassName
{
background-color: #236F63;
}
.BgClassName
{
background-color: #236F63;
}
</style>
border-color css
<style>
span { border-color: #236F63; }
span { border-color: rgb(35,111,99); }
td.TdClassName
{
border-color: #236F63;
}
.TagClassName
{
border-color: #236F63;
}
</style>