Shades of Evening Sea #235A49
Tints of Evening Sea #235A49
RGB
CMYK
RGB Variations
Color information
#235A49 (or 0x235A49) is known color: Evening Sea. HEX triplet: 23, 5A and 49. RGB value is (35,90,73). Sum of RGB (Red+Green+Blue) = 35+90+73=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #235A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A49 is #DCA5B6. Grayscale: #474747. Windows color (decimal): -14460343 or 4807203. OLE color: 4807203.
HSL color Cylindrical-coordinate representation of color #235A49: hue angle of 161.45º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235A49 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 73 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.65 |
| HSL | 161.45º | 0.44% | 0.25% | - |
| HSV(B) | 161.45º | 0.61% | 0.35% | - |
| XYZ | 5.55 | 8.15 | 7.58 | - |
| YUV | 71.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 73 | 0.61 | 0 | 0.19 | 0.65 | 161.45 | 0.44 | 0.25 |
| Hex | 23 | 5A | 49 | 3D | 0 | 13 | 41 | A1 | 2C | 19 |
| Octal | 43 | 132 | 111 | 75 | 0 | 23 | 101 | 241 | 54 | 31 |
| Binary | 100011 | 1011010 | 1001001 | 111101 | 0 | 10011 | 1000001 | 10100001 | 101100 | 11001 |
Color Harmonies of #235A49
Complementary color
Monochromatic Colors of #235A49
Black with #235A49
Text Example
Text Example
White with #235A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A49; }
p { color: rgb(35,90,73); }
H1.HeaderClassName
{
color: #235A49;
}
.AnyTagClassName
{
color: #235A49;
}
</style>
background-color css
<style>
a { background-color: #235A49; }
a { background-color: rgb(35,90,73); }
div.DivClassName
{
background-color: #235A49;
}
.BgClassName
{
background-color: #235A49;
}
</style>
border-color css
<style>
span { border-color: #235A49; }
span { border-color: rgb(35,90,73); }
td.TdClassName
{
border-color: #235A49;
}
.TagClassName
{
border-color: #235A49;
}
</style>