Shades of Evening Sea #235A4F
Tints of Evening Sea #235A4F
RGB
CMYK
RGB Variations
Color information
#235A4F (or 0x235A4F) is known color: Evening Sea. HEX triplet: 23, 5A and 4F. RGB value is (35,90,79). Sum of RGB (Red+Green+Blue) = 35+90+79=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #235A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A4F is #DCA5B0. Grayscale: #484848. Windows color (decimal): -14460337 or 5200419. OLE color: 5200419.
HSL color Cylindrical-coordinate representation of color #235A4F: hue angle of 168º 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 #235A4F is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 79 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.65 |
| HSL | 168º | 0.44% | 0.25% | - |
| HSV(B) | 168º | 0.61% | 0.35% | - |
| XYZ | 5.76 | 8.23 | 8.68 | - |
| YUV | 72.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 79 | 0.61 | 0 | 0.12 | 0.65 | 168 | 0.44 | 0.25 |
| Hex | 23 | 5A | 4F | 3D | 0 | C | 41 | A8 | 2C | 19 |
| Octal | 43 | 132 | 117 | 75 | 0 | 14 | 101 | 250 | 54 | 31 |
| Binary | 100011 | 1011010 | 1001111 | 111101 | 0 | 1100 | 1000001 | 10101000 | 101100 | 11001 |
Color Harmonies of #235A4F
Complementary color
Monochromatic Colors of #235A4F
Black with #235A4F
Text Example
Text Example
White with #235A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A4F; }
p { color: rgb(35,90,79); }
H1.HeaderClassName
{
color: #235A4F;
}
.AnyTagClassName
{
color: #235A4F;
}
</style>
background-color css
<style>
a { background-color: #235A4F; }
a { background-color: rgb(35,90,79); }
div.DivClassName
{
background-color: #235A4F;
}
.BgClassName
{
background-color: #235A4F;
}
</style>
border-color css
<style>
span { border-color: #235A4F; }
span { border-color: rgb(35,90,79); }
td.TdClassName
{
border-color: #235A4F;
}
.TagClassName
{
border-color: #235A4F;
}
</style>