Shades of Evening Sea #2B594B
Tints of Evening Sea #2B594B
RGB
CMYK
RGB Variations
Color information
#2B594B (or 0x2B594B) is known color: Evening Sea. HEX triplet: 2B, 59 and 4B. RGB value is (43,89,75). Sum of RGB (Red+Green+Blue) = 43+89+75=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #2B594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B594B is #D4A6B4. Grayscale: #494949. Windows color (decimal): -13936309 or 4938027. OLE color: 4938027.
HSL color Cylindrical-coordinate representation of color #2B594B: hue angle of 161.74º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B594B is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 89 | 75 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.65 |
| HSL | 161.74º | 0.35% | 0.26% | - |
| HSV(B) | 161.74º | 0.52% | 0.35% | - |
| XYZ | 5.84 | 8.17 | 7.93 | - |
| YUV | 73.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 75 | 0.52 | 0 | 0.16 | 0.65 | 161.74 | 0.35 | 0.26 |
| Hex | 2B | 59 | 4B | 34 | 0 | 10 | 41 | A2 | 23 | 1A |
| Octal | 53 | 131 | 113 | 64 | 0 | 20 | 101 | 242 | 43 | 32 |
| Binary | 101011 | 1011001 | 1001011 | 110100 | 0 | 10000 | 1000001 | 10100010 | 100011 | 11010 |
Color Harmonies of #2B594B
Complementary color
Monochromatic Colors of #2B594B
Black with #2B594B
Text Example
Text Example
White with #2B594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B594B; }
p { color: rgb(43,89,75); }
H1.HeaderClassName
{
color: #2B594B;
}
.AnyTagClassName
{
color: #2B594B;
}
</style>
background-color css
<style>
a { background-color: #2B594B; }
a { background-color: rgb(43,89,75); }
div.DivClassName
{
background-color: #2B594B;
}
.BgClassName
{
background-color: #2B594B;
}
</style>
border-color css
<style>
span { border-color: #2B594B; }
span { border-color: rgb(43,89,75); }
td.TdClassName
{
border-color: #2B594B;
}
.TagClassName
{
border-color: #2B594B;
}
</style>