Shades of Evening Sea #2B584D
Tints of Evening Sea #2B584D
RGB
CMYK
RGB Variations
Color information
#2B584D (or 0x2B584D) is known color: Evening Sea. HEX triplet: 2B, 58 and 4D. RGB value is (43,88,77). Sum of RGB (Red+Green+Blue) = 43+88+77=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #2B584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B584D is #D4A7B2. Grayscale: #494949. Windows color (decimal): -13936563 or 5068843. OLE color: 5068843.
HSL color Cylindrical-coordinate representation of color #2B584D: hue angle of 165.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B584D is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 88 | 77 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.65 |
| HSL | 165.33º | 0.34% | 0.26% | - |
| HSV(B) | 165.33º | 0.51% | 0.35% | - |
| XYZ | 5.83 | 8.03 | 8.26 | - |
| YUV | 73.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 77 | 0.51 | 0 | 0.12 | 0.65 | 165.33 | 0.34 | 0.26 |
| Hex | 2B | 58 | 4D | 33 | 0 | C | 41 | A5 | 22 | 1A |
| Octal | 53 | 130 | 115 | 63 | 0 | 14 | 101 | 245 | 42 | 32 |
| Binary | 101011 | 1011000 | 1001101 | 110011 | 0 | 1100 | 1000001 | 10100101 | 100010 | 11010 |
Color Harmonies of #2B584D
Complementary color
Monochromatic Colors of #2B584D
Black with #2B584D
Text Example
Text Example
White with #2B584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B584D; }
p { color: rgb(43,88,77); }
H1.HeaderClassName
{
color: #2B584D;
}
.AnyTagClassName
{
color: #2B584D;
}
</style>
background-color css
<style>
a { background-color: #2B584D; }
a { background-color: rgb(43,88,77); }
div.DivClassName
{
background-color: #2B584D;
}
.BgClassName
{
background-color: #2B584D;
}
</style>
border-color css
<style>
span { border-color: #2B584D; }
span { border-color: rgb(43,88,77); }
td.TdClassName
{
border-color: #2B584D;
}
.TagClassName
{
border-color: #2B584D;
}
</style>