Shades of Evening Sea #2B6351
Tints of Evening Sea #2B6351
RGB
CMYK
RGB Variations
Color information
#2B6351 (or 0x2B6351) is known color: Evening Sea. HEX triplet: 2B, 63 and 51. RGB value is (43,99,81). Sum of RGB (Red+Green+Blue) = 43+99+81=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6351 is #D49CAE. Grayscale: #505050. Windows color (decimal): -13933743 or 5333803. OLE color: 5333803.
HSL color Cylindrical-coordinate representation of color #2B6351: hue angle of 160.71º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6351 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 81 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.61 |
| HSL | 160.71º | 0.39% | 0.28% | - |
| HSV(B) | 160.71º | 0.57% | 0.39% | - |
| XYZ | 6.94 | 10.03 | 9.35 | - |
| YUV | 80.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 81 | 0.57 | 0 | 0.18 | 0.61 | 160.71 | 0.39 | 0.28 |
| Hex | 2B | 63 | 51 | 39 | 0 | 12 | 3D | A1 | 27 | 1C |
| Octal | 53 | 143 | 121 | 71 | 0 | 22 | 75 | 241 | 47 | 34 |
| Binary | 101011 | 1100011 | 1010001 | 111001 | 0 | 10010 | 111101 | 10100001 | 100111 | 11100 |
Color Harmonies of #2B6351
Complementary color
Monochromatic Colors of #2B6351
Black with #2B6351
Text Example
Text Example
White with #2B6351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6351; }
p { color: rgb(43,99,81); }
H1.HeaderClassName
{
color: #2B6351;
}
.AnyTagClassName
{
color: #2B6351;
}
</style>
background-color css
<style>
a { background-color: #2B6351; }
a { background-color: rgb(43,99,81); }
div.DivClassName
{
background-color: #2B6351;
}
.BgClassName
{
background-color: #2B6351;
}
</style>
border-color css
<style>
span { border-color: #2B6351; }
span { border-color: rgb(43,99,81); }
td.TdClassName
{
border-color: #2B6351;
}
.TagClassName
{
border-color: #2B6351;
}
</style>