Shades of Evening Sea #2B674D
Tints of Evening Sea #2B674D
RGB
CMYK
RGB Variations
Color information
#2B674D (or 0x2B674D) is known color: Evening Sea. HEX triplet: 2B, 67 and 4D. RGB value is (43,103,77). Sum of RGB (Red+Green+Blue) = 43+103+77=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #2B674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B674D is #D498B2. Grayscale: #525252. Windows color (decimal): -13932723 or 5072683. OLE color: 5072683.
HSL color Cylindrical-coordinate representation of color #2B674D: hue angle of 154º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B674D is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 77 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.60 |
| HSL | 154º | 0.41% | 0.29% | - |
| HSV(B) | 154º | 0.58% | 0.4% | - |
| XYZ | 7.19 | 10.75 | 8.72 | - |
| YUV | 82.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 77 | 0.58 | 0 | 0.25 | 0.60 | 154 | 0.41 | 0.29 |
| Hex | 2B | 67 | 4D | 3A | 0 | 19 | 3C | 9A | 29 | 1D |
| Octal | 53 | 147 | 115 | 72 | 0 | 31 | 74 | 232 | 51 | 35 |
| Binary | 101011 | 1100111 | 1001101 | 111010 | 0 | 11001 | 111100 | 10011010 | 101001 | 11101 |
Color Harmonies of #2B674D
Complementary color
Monochromatic Colors of #2B674D
Black with #2B674D
Text Example
Text Example
White with #2B674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B674D; }
p { color: rgb(43,103,77); }
H1.HeaderClassName
{
color: #2B674D;
}
.AnyTagClassName
{
color: #2B674D;
}
</style>
background-color css
<style>
a { background-color: #2B674D; }
a { background-color: rgb(43,103,77); }
div.DivClassName
{
background-color: #2B674D;
}
.BgClassName
{
background-color: #2B674D;
}
</style>
border-color css
<style>
span { border-color: #2B674D; }
span { border-color: rgb(43,103,77); }
td.TdClassName
{
border-color: #2B674D;
}
.TagClassName
{
border-color: #2B674D;
}
</style>