Shades of Evening Sea #295A4D
Tints of Evening Sea #295A4D
RGB
CMYK
RGB Variations
Color information
#295A4D (or 0x295A4D) is known color: Evening Sea. HEX triplet: 29, 5A and 4D. RGB value is (41,90,77). Sum of RGB (Red+Green+Blue) = 41+90+77=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #295A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A4D is #D6A5B2. Grayscale: #494949. Windows color (decimal): -14067123 or 5069353. OLE color: 5069353.
HSL color Cylindrical-coordinate representation of color #295A4D: hue angle of 164.08º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A4D is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 77 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.65 |
| HSL | 164.08º | 0.37% | 0.26% | - |
| HSV(B) | 164.08º | 0.54% | 0.35% | - |
| XYZ | 5.91 | 8.32 | 8.32 | - |
| YUV | 73.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 77 | 0.54 | 0 | 0.14 | 0.65 | 164.08 | 0.37 | 0.26 |
| Hex | 29 | 5A | 4D | 36 | 0 | E | 41 | A4 | 25 | 1A |
| Octal | 51 | 132 | 115 | 66 | 0 | 16 | 101 | 244 | 45 | 32 |
| Binary | 101001 | 1011010 | 1001101 | 110110 | 0 | 1110 | 1000001 | 10100100 | 100101 | 11010 |
Color Harmonies of #295A4D
Complementary color
Monochromatic Colors of #295A4D
Black with #295A4D
Text Example
Text Example
White with #295A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A4D; }
p { color: rgb(41,90,77); }
H1.HeaderClassName
{
color: #295A4D;
}
.AnyTagClassName
{
color: #295A4D;
}
</style>
background-color css
<style>
a { background-color: #295A4D; }
a { background-color: rgb(41,90,77); }
div.DivClassName
{
background-color: #295A4D;
}
.BgClassName
{
background-color: #295A4D;
}
</style>
border-color css
<style>
span { border-color: #295A4D; }
span { border-color: rgb(41,90,77); }
td.TdClassName
{
border-color: #295A4D;
}
.TagClassName
{
border-color: #295A4D;
}
</style>