Shades of Genoa #2B736D
Tints of Genoa #2B736D
RGB
CMYK
RGB Variations
Color information
#2B736D (or 0x2B736D) is known color: Genoa. HEX triplet: 2B, 73 and 6D. RGB value is (43,115,109). Sum of RGB (Red+Green+Blue) = 43+115+109=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #2B736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B736D is #D48C92. Grayscale: #5C5C5C. Windows color (decimal): -13929619 or 7172907. OLE color: 7172907.
HSL color Cylindrical-coordinate representation of color #2B736D: hue angle of 175º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B736D is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 109 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.55 |
| HSL | 175º | 0.46% | 0.31% | - |
| HSV(B) | 175º | 0.63% | 0.45% | - |
| XYZ | 9.89 | 13.88 | 16.63 | - |
| YUV | 92.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 109 | 0.63 | 0 | 0.05 | 0.55 | 175 | 0.46 | 0.31 |
| Hex | 2B | 73 | 6D | 3F | 0 | 5 | 37 | AF | 2E | 1F |
| Octal | 53 | 163 | 155 | 77 | 0 | 5 | 67 | 257 | 56 | 37 |
| Binary | 101011 | 1110011 | 1101101 | 111111 | 0 | 101 | 110111 | 10101111 | 101110 | 11111 |
Color Harmonies of #2B736D
Complementary color
Monochromatic Colors of #2B736D
Black with #2B736D
Text Example
Text Example
White with #2B736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B736D; }
p { color: rgb(43,115,109); }
H1.HeaderClassName
{
color: #2B736D;
}
.AnyTagClassName
{
color: #2B736D;
}
</style>
background-color css
<style>
a { background-color: #2B736D; }
a { background-color: rgb(43,115,109); }
div.DivClassName
{
background-color: #2B736D;
}
.BgClassName
{
background-color: #2B736D;
}
</style>
border-color css
<style>
span { border-color: #2B736D; }
span { border-color: rgb(43,115,109); }
td.TdClassName
{
border-color: #2B736D;
}
.TagClassName
{
border-color: #2B736D;
}
</style>