Shades of Evening Sea #2B664D
Tints of Evening Sea #2B664D
RGB
CMYK
RGB Variations
Color information
#2B664D (or 0x2B664D) is known color: Evening Sea. HEX triplet: 2B, 66 and 4D. RGB value is (43,102,77). Sum of RGB (Red+Green+Blue) = 43+102+77=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #2B664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B664D is #D499B2. Grayscale: #515151. Windows color (decimal): -13932979 or 5072427. OLE color: 5072427.
HSL color Cylindrical-coordinate representation of color #2B664D: hue angle of 154.58º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B664D is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 77 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.6 |
| HSL | 154.58º | 0.41% | 0.28% | - |
| HSV(B) | 154.58º | 0.58% | 0.4% | - |
| XYZ | 7.09 | 10.55 | 8.68 | - |
| YUV | 81.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 77 | 0.58 | 0 | 0.25 | 0.6 | 154.58 | 0.41 | 0.28 |
| Hex | 2B | 66 | 4D | 3A | 0 | 19 | 3C | 9B | 29 | 1C |
| Octal | 53 | 146 | 115 | 72 | 0 | 31 | 74 | 233 | 51 | 34 |
| Binary | 101011 | 1100110 | 1001101 | 111010 | 0 | 11001 | 111100 | 10011011 | 101001 | 11100 |
Color Harmonies of #2B664D
Complementary color
Monochromatic Colors of #2B664D
Black with #2B664D
Text Example
Text Example
White with #2B664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B664D; }
p { color: rgb(43,102,77); }
H1.HeaderClassName
{
color: #2B664D;
}
.AnyTagClassName
{
color: #2B664D;
}
</style>
background-color css
<style>
a { background-color: #2B664D; }
a { background-color: rgb(43,102,77); }
div.DivClassName
{
background-color: #2B664D;
}
.BgClassName
{
background-color: #2B664D;
}
</style>
border-color css
<style>
span { border-color: #2B664D; }
span { border-color: rgb(43,102,77); }
td.TdClassName
{
border-color: #2B664D;
}
.TagClassName
{
border-color: #2B664D;
}
</style>