Shades of Evening Sea #2B654F
Tints of Evening Sea #2B654F
RGB
CMYK
RGB Variations
Color information
#2B654F (or 0x2B654F) is known color: Evening Sea. HEX triplet: 2B, 65 and 4F. RGB value is (43,101,79). Sum of RGB (Red+Green+Blue) = 43+101+79=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #2B654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B654F is #D49AB0. Grayscale: #515151. Windows color (decimal): -13933233 or 5203243. OLE color: 5203243.
HSL color Cylindrical-coordinate representation of color #2B654F: hue angle of 157.24º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B654F is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 79 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.60 |
| HSL | 157.24º | 0.4% | 0.28% | - |
| HSV(B) | 157.24º | 0.57% | 0.4% | - |
| XYZ | 7.06 | 10.39 | 9.03 | - |
| YUV | 81.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 79 | 0.57 | 0 | 0.22 | 0.60 | 157.24 | 0.4 | 0.28 |
| Hex | 2B | 65 | 4F | 39 | 0 | 16 | 3C | 9D | 28 | 1C |
| Octal | 53 | 145 | 117 | 71 | 0 | 26 | 74 | 235 | 50 | 34 |
| Binary | 101011 | 1100101 | 1001111 | 111001 | 0 | 10110 | 111100 | 10011101 | 101000 | 11100 |
Color Harmonies of #2B654F
Complementary color
Monochromatic Colors of #2B654F
Black with #2B654F
Text Example
Text Example
White with #2B654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B654F; }
p { color: rgb(43,101,79); }
H1.HeaderClassName
{
color: #2B654F;
}
.AnyTagClassName
{
color: #2B654F;
}
</style>
background-color css
<style>
a { background-color: #2B654F; }
a { background-color: rgb(43,101,79); }
div.DivClassName
{
background-color: #2B654F;
}
.BgClassName
{
background-color: #2B654F;
}
</style>
border-color css
<style>
span { border-color: #2B654F; }
span { border-color: rgb(43,101,79); }
td.TdClassName
{
border-color: #2B654F;
}
.TagClassName
{
border-color: #2B654F;
}
</style>