Shades of Evening Sea #2B614E
Tints of Evening Sea #2B614E
RGB
CMYK
RGB Variations
Color information
#2B614E (or 0x2B614E) is known color: Evening Sea. HEX triplet: 2B, 61 and 4E. RGB value is (43,97,78). Sum of RGB (Red+Green+Blue) = 43+97+78=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #2B614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B614E is #D49EB1. Grayscale: #4E4E4E. Windows color (decimal): -13934258 or 5136683. OLE color: 5136683.
HSL color Cylindrical-coordinate representation of color #2B614E: hue angle of 158.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B614E is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 78 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.62 |
| HSL | 158.89º | 0.39% | 0.27% | - |
| HSV(B) | 158.89º | 0.56% | 0.38% | - |
| XYZ | 6.65 | 9.61 | 8.71 | - |
| YUV | 78.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 78 | 0.56 | 0 | 0.20 | 0.62 | 158.89 | 0.39 | 0.27 |
| Hex | 2B | 61 | 4E | 38 | 0 | 14 | 3E | 9F | 27 | 1B |
| Octal | 53 | 141 | 116 | 70 | 0 | 24 | 76 | 237 | 47 | 33 |
| Binary | 101011 | 1100001 | 1001110 | 111000 | 0 | 10100 | 111110 | 10011111 | 100111 | 11011 |
Color Harmonies of #2B614E
Complementary color
Monochromatic Colors of #2B614E
Black with #2B614E
Text Example
Text Example
White with #2B614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B614E; }
p { color: rgb(43,97,78); }
H1.HeaderClassName
{
color: #2B614E;
}
.AnyTagClassName
{
color: #2B614E;
}
</style>
background-color css
<style>
a { background-color: #2B614E; }
a { background-color: rgb(43,97,78); }
div.DivClassName
{
background-color: #2B614E;
}
.BgClassName
{
background-color: #2B614E;
}
</style>
border-color css
<style>
span { border-color: #2B614E; }
span { border-color: rgb(43,97,78); }
td.TdClassName
{
border-color: #2B614E;
}
.TagClassName
{
border-color: #2B614E;
}
</style>