Shades of Evening Sea #2B554B
Tints of Evening Sea #2B554B
RGB
CMYK
RGB Variations
Color information
#2B554B (or 0x2B554B) is known color: Evening Sea. HEX triplet: 2B, 55 and 4B. RGB value is (43,85,75). Sum of RGB (Red+Green+Blue) = 43+85+75=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #2B554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B554B is #D4AAB4. Grayscale: #474747. Windows color (decimal): -13937333 or 4937003. OLE color: 4937003.
HSL color Cylindrical-coordinate representation of color #2B554B: hue angle of 165.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B554B is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 75 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.67 |
| HSL | 165.71º | 0.33% | 0.25% | - |
| HSV(B) | 165.71º | 0.49% | 0.33% | - |
| XYZ | 5.51 | 7.52 | 7.82 | - |
| YUV | 71.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 75 | 0.49 | 0 | 0.12 | 0.67 | 165.71 | 0.33 | 0.25 |
| Hex | 2B | 55 | 4B | 31 | 0 | C | 43 | A6 | 21 | 19 |
| Octal | 53 | 125 | 113 | 61 | 0 | 14 | 103 | 246 | 41 | 31 |
| Binary | 101011 | 1010101 | 1001011 | 110001 | 0 | 1100 | 1000011 | 10100110 | 100001 | 11001 |
Color Harmonies of #2B554B
Complementary color
Monochromatic Colors of #2B554B
Black with #2B554B
Text Example
Text Example
White with #2B554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B554B; }
p { color: rgb(43,85,75); }
H1.HeaderClassName
{
color: #2B554B;
}
.AnyTagClassName
{
color: #2B554B;
}
</style>
background-color css
<style>
a { background-color: #2B554B; }
a { background-color: rgb(43,85,75); }
div.DivClassName
{
background-color: #2B554B;
}
.BgClassName
{
background-color: #2B554B;
}
</style>
border-color css
<style>
span { border-color: #2B554B; }
span { border-color: rgb(43,85,75); }
td.TdClassName
{
border-color: #2B554B;
}
.TagClassName
{
border-color: #2B554B;
}
</style>