Shades of Evening Sea #296C51
Tints of Evening Sea #296C51
RGB
CMYK
RGB Variations
Color information
#296C51 (or 0x296C51) is known color: Evening Sea. HEX triplet: 29, 6C and 51. RGB value is (41,108,81). Sum of RGB (Red+Green+Blue) = 41+108+81=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #296C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C51 is #D693AE. Grayscale: #545454. Windows color (decimal): -14062511 or 5336105. OLE color: 5336105.
HSL color Cylindrical-coordinate representation of color #296C51: hue angle of 155.82º 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 #296C51 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 108 | 81 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.58 |
| HSL | 155.82º | 0.45% | 0.29% | - |
| HSV(B) | 155.82º | 0.62% | 0.42% | - |
| XYZ | 7.76 | 11.79 | 9.65 | - |
| YUV | 84.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 81 | 0.62 | 0 | 0.25 | 0.58 | 155.82 | 0.45 | 0.29 |
| Hex | 29 | 6C | 51 | 3E | 0 | 19 | 3A | 9C | 2D | 1D |
| Octal | 51 | 154 | 121 | 76 | 0 | 31 | 72 | 234 | 55 | 35 |
| Binary | 101001 | 1101100 | 1010001 | 111110 | 0 | 11001 | 111010 | 10011100 | 101101 | 11101 |
Color Harmonies of #296C51
Complementary color
Monochromatic Colors of #296C51
Black with #296C51
Text Example
Text Example
White with #296C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C51; }
p { color: rgb(41,108,81); }
H1.HeaderClassName
{
color: #296C51;
}
.AnyTagClassName
{
color: #296C51;
}
</style>
background-color css
<style>
a { background-color: #296C51; }
a { background-color: rgb(41,108,81); }
div.DivClassName
{
background-color: #296C51;
}
.BgClassName
{
background-color: #296C51;
}
</style>
border-color css
<style>
span { border-color: #296C51; }
span { border-color: rgb(41,108,81); }
td.TdClassName
{
border-color: #296C51;
}
.TagClassName
{
border-color: #296C51;
}
</style>