Shades of Evening Sea #2B594F
Tints of Evening Sea #2B594F
RGB
CMYK
RGB Variations
Color information
#2B594F (or 0x2B594F) is known color: Evening Sea. HEX triplet: 2B, 59 and 4F. RGB value is (43,89,79). Sum of RGB (Red+Green+Blue) = 43+89+79=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #2B594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B594F is #D4A6B0. Grayscale: #4A4A4A. Windows color (decimal): -13936305 or 5200171. OLE color: 5200171.
HSL color Cylindrical-coordinate representation of color #2B594F: hue angle of 166.96º 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 #2B594F is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 89 | 79 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.65 |
| HSL | 166.96º | 0.35% | 0.26% | - |
| HSV(B) | 166.96º | 0.52% | 0.35% | - |
| XYZ | 5.98 | 8.22 | 8.67 | - |
| YUV | 74.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 79 | 0.52 | 0 | 0.11 | 0.65 | 166.96 | 0.35 | 0.26 |
| Hex | 2B | 59 | 4F | 34 | 0 | B | 41 | A7 | 23 | 1A |
| Octal | 53 | 131 | 117 | 64 | 0 | 13 | 101 | 247 | 43 | 32 |
| Binary | 101011 | 1011001 | 1001111 | 110100 | 0 | 1011 | 1000001 | 10100111 | 100011 | 11010 |
Color Harmonies of #2B594F
Complementary color
Monochromatic Colors of #2B594F
Black with #2B594F
Text Example
Text Example
White with #2B594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B594F; }
p { color: rgb(43,89,79); }
H1.HeaderClassName
{
color: #2B594F;
}
.AnyTagClassName
{
color: #2B594F;
}
</style>
background-color css
<style>
a { background-color: #2B594F; }
a { background-color: rgb(43,89,79); }
div.DivClassName
{
background-color: #2B594F;
}
.BgClassName
{
background-color: #2B594F;
}
</style>
border-color css
<style>
span { border-color: #2B594F; }
span { border-color: rgb(43,89,79); }
td.TdClassName
{
border-color: #2B594F;
}
.TagClassName
{
border-color: #2B594F;
}
</style>