Shades of Evening Sea #235B4A
Tints of Evening Sea #235B4A
RGB
CMYK
RGB Variations
Color information
#235B4A (or 0x235B4A) is known color: Evening Sea. HEX triplet: 23, 5B and 4A. RGB value is (35,91,74). Sum of RGB (Red+Green+Blue) = 35+91+74=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #235B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235B4A is #DCA4B5. Grayscale: #484848. Windows color (decimal): -14460086 or 4872995. OLE color: 4872995.
HSL color Cylindrical-coordinate representation of color #235B4A: hue angle of 161.79º 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 #235B4A is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 91 | 74 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.64 |
| HSL | 161.79º | 0.44% | 0.25% | - |
| HSV(B) | 161.79º | 0.62% | 0.36% | - |
| XYZ | 5.67 | 8.33 | 7.79 | - |
| YUV | 72.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 74 | 0.62 | 0 | 0.19 | 0.64 | 161.79 | 0.44 | 0.25 |
| Hex | 23 | 5B | 4A | 3E | 0 | 13 | 40 | A2 | 2C | 19 |
| Octal | 43 | 133 | 112 | 76 | 0 | 23 | 100 | 242 | 54 | 31 |
| Binary | 100011 | 1011011 | 1001010 | 111110 | 0 | 10011 | 1000000 | 10100010 | 101100 | 11001 |
Color Harmonies of #235B4A
Complementary color
Monochromatic Colors of #235B4A
Black with #235B4A
Text Example
Text Example
White with #235B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235B4A; }
p { color: rgb(35,91,74); }
H1.HeaderClassName
{
color: #235B4A;
}
.AnyTagClassName
{
color: #235B4A;
}
</style>
background-color css
<style>
a { background-color: #235B4A; }
a { background-color: rgb(35,91,74); }
div.DivClassName
{
background-color: #235B4A;
}
.BgClassName
{
background-color: #235B4A;
}
</style>
border-color css
<style>
span { border-color: #235B4A; }
span { border-color: rgb(35,91,74); }
td.TdClassName
{
border-color: #235B4A;
}
.TagClassName
{
border-color: #235B4A;
}
</style>