Shades of Evening Sea #235B4E
Tints of Evening Sea #235B4E
RGB
CMYK
RGB Variations
Color information
#235B4E (or 0x235B4E) is known color: Evening Sea. HEX triplet: 23, 5B and 4E. RGB value is (35,91,78). Sum of RGB (Red+Green+Blue) = 35+91+78=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #235B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B4E is #DCA4B1. Grayscale: #484848. Windows color (decimal): -14460082 or 5135139. OLE color: 5135139.
HSL color Cylindrical-coordinate representation of color #235B4E: hue angle of 166.07º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235B4E is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 91 | 78 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.64 |
| HSL | 166.07º | 0.44% | 0.25% | - |
| HSV(B) | 166.07º | 0.62% | 0.36% | - |
| XYZ | 5.81 | 8.39 | 8.52 | - |
| YUV | 72.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 78 | 0.62 | 0 | 0.14 | 0.64 | 166.07 | 0.44 | 0.25 |
| Hex | 23 | 5B | 4E | 3E | 0 | E | 40 | A6 | 2C | 19 |
| Octal | 43 | 133 | 116 | 76 | 0 | 16 | 100 | 246 | 54 | 31 |
| Binary | 100011 | 1011011 | 1001110 | 111110 | 0 | 1110 | 1000000 | 10100110 | 101100 | 11001 |
Color Harmonies of #235B4E
Complementary color
Monochromatic Colors of #235B4E
Black with #235B4E
Text Example
Text Example
White with #235B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235B4E; }
p { color: rgb(35,91,78); }
H1.HeaderClassName
{
color: #235B4E;
}
.AnyTagClassName
{
color: #235B4E;
}
</style>
background-color css
<style>
a { background-color: #235B4E; }
a { background-color: rgb(35,91,78); }
div.DivClassName
{
background-color: #235B4E;
}
.BgClassName
{
background-color: #235B4E;
}
</style>
border-color css
<style>
span { border-color: #235B4E; }
span { border-color: rgb(35,91,78); }
td.TdClassName
{
border-color: #235B4E;
}
.TagClassName
{
border-color: #235B4E;
}
</style>