Shades of Evening Sea #2B694E
Tints of Evening Sea #2B694E
RGB
CMYK
RGB Variations
Color information
#2B694E (or 0x2B694E) is known color: Evening Sea. HEX triplet: 2B, 69 and 4E. RGB value is (43,105,78). Sum of RGB (Red+Green+Blue) = 43+105+78=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #2B694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B694E is #D496B1. Grayscale: #535353. Windows color (decimal): -13932210 or 5138731. OLE color: 5138731.
HSL color Cylindrical-coordinate representation of color #2B694E: hue angle of 153.87º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B694E is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 78 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.59 |
| HSL | 153.87º | 0.42% | 0.29% | - |
| HSV(B) | 153.87º | 0.59% | 0.41% | - |
| XYZ | 7.42 | 11.17 | 8.97 | - |
| YUV | 83.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 78 | 0.59 | 0 | 0.26 | 0.59 | 153.87 | 0.42 | 0.29 |
| Hex | 2B | 69 | 4E | 3B | 0 | 1A | 3B | 9A | 2A | 1D |
| Octal | 53 | 151 | 116 | 73 | 0 | 32 | 73 | 232 | 52 | 35 |
| Binary | 101011 | 1101001 | 1001110 | 111011 | 0 | 11010 | 111011 | 10011010 | 101010 | 11101 |
Color Harmonies of #2B694E
Complementary color
Monochromatic Colors of #2B694E
Black with #2B694E
Text Example
Text Example
White with #2B694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B694E; }
p { color: rgb(43,105,78); }
H1.HeaderClassName
{
color: #2B694E;
}
.AnyTagClassName
{
color: #2B694E;
}
</style>
background-color css
<style>
a { background-color: #2B694E; }
a { background-color: rgb(43,105,78); }
div.DivClassName
{
background-color: #2B694E;
}
.BgClassName
{
background-color: #2B694E;
}
</style>
border-color css
<style>
span { border-color: #2B694E; }
span { border-color: rgb(43,105,78); }
td.TdClassName
{
border-color: #2B694E;
}
.TagClassName
{
border-color: #2B694E;
}
</style>