Shades of Evening Sea #2B684E
Tints of Evening Sea #2B684E
RGB
CMYK
RGB Variations
Color information
#2B684E (or 0x2B684E) is known color: Evening Sea. HEX triplet: 2B, 68 and 4E. RGB value is (43,104,78). Sum of RGB (Red+Green+Blue) = 43+104+78=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #2B684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B684E is #D497B1. Grayscale: #525252. Windows color (decimal): -13932466 or 5138475. OLE color: 5138475.
HSL color Cylindrical-coordinate representation of color #2B684E: hue angle of 154.43º degrees, saturation: 0.41, 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 #2B684E is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 78 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.59 |
| HSL | 154.43º | 0.41% | 0.29% | - |
| HSV(B) | 154.43º | 0.59% | 0.41% | - |
| XYZ | 7.32 | 10.96 | 8.94 | - |
| YUV | 82.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 78 | 0.59 | 0 | 0.25 | 0.59 | 154.43 | 0.41 | 0.29 |
| Hex | 2B | 68 | 4E | 3B | 0 | 19 | 3B | 9A | 29 | 1D |
| Octal | 53 | 150 | 116 | 73 | 0 | 31 | 73 | 232 | 51 | 35 |
| Binary | 101011 | 1101000 | 1001110 | 111011 | 0 | 11001 | 111011 | 10011010 | 101001 | 11101 |
Color Harmonies of #2B684E
Complementary color
Monochromatic Colors of #2B684E
Black with #2B684E
Text Example
Text Example
White with #2B684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B684E; }
p { color: rgb(43,104,78); }
H1.HeaderClassName
{
color: #2B684E;
}
.AnyTagClassName
{
color: #2B684E;
}
</style>
background-color css
<style>
a { background-color: #2B684E; }
a { background-color: rgb(43,104,78); }
div.DivClassName
{
background-color: #2B684E;
}
.BgClassName
{
background-color: #2B684E;
}
</style>
border-color css
<style>
span { border-color: #2B684E; }
span { border-color: rgb(43,104,78); }
td.TdClassName
{
border-color: #2B684E;
}
.TagClassName
{
border-color: #2B684E;
}
</style>