Shades of Evening Sea #296B54
Tints of Evening Sea #296B54
RGB
CMYK
RGB Variations
Color information
#296B54 (or 0x296B54) is known color: Evening Sea. HEX triplet: 29, 6B and 54. RGB value is (41,107,84). Sum of RGB (Red+Green+Blue) = 41+107+84=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #296B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B54 is #D694AB. Grayscale: #545454. Windows color (decimal): -14062764 or 5532457. OLE color: 5532457.
HSL color Cylindrical-coordinate representation of color #296B54: hue angle of 159.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B54 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 107 | 84 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.58 |
| HSL | 159.09º | 0.45% | 0.29% | - |
| HSV(B) | 159.09º | 0.62% | 0.42% | - |
| XYZ | 7.77 | 11.63 | 10.22 | - |
| YUV | 84.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 84 | 0.62 | 0 | 0.21 | 0.58 | 159.09 | 0.45 | 0.29 |
| Hex | 29 | 6B | 54 | 3E | 0 | 15 | 3A | 9F | 2D | 1D |
| Octal | 51 | 153 | 124 | 76 | 0 | 25 | 72 | 237 | 55 | 35 |
| Binary | 101001 | 1101011 | 1010100 | 111110 | 0 | 10101 | 111010 | 10011111 | 101101 | 11101 |
Color Harmonies of #296B54
Complementary color
Monochromatic Colors of #296B54
Black with #296B54
Text Example
Text Example
White with #296B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296B54; }
p { color: rgb(41,107,84); }
H1.HeaderClassName
{
color: #296B54;
}
.AnyTagClassName
{
color: #296B54;
}
</style>
background-color css
<style>
a { background-color: #296B54; }
a { background-color: rgb(41,107,84); }
div.DivClassName
{
background-color: #296B54;
}
.BgClassName
{
background-color: #296B54;
}
</style>
border-color css
<style>
span { border-color: #296B54; }
span { border-color: rgb(41,107,84); }
td.TdClassName
{
border-color: #296B54;
}
.TagClassName
{
border-color: #296B54;
}
</style>