Shades of Evening Sea #23584A
Tints of Evening Sea #23584A
RGB
CMYK
RGB Variations
Color information
#23584A (or 0x23584A) is known color: Evening Sea. HEX triplet: 23, 58 and 4A. RGB value is (35,88,74). Sum of RGB (Red+Green+Blue) = 35+88+74=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #23584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23584A is #DCA7B5. Grayscale: #464646. Windows color (decimal): -14460854 or 4872227. OLE color: 4872227.
HSL color Cylindrical-coordinate representation of color #23584A: hue angle of 164.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23584A is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 88 | 74 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.65 |
| HSL | 164.15º | 0.43% | 0.24% | - |
| HSV(B) | 164.15º | 0.6% | 0.35% | - |
| XYZ | 5.42 | 7.83 | 7.7 | - |
| YUV | 70.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 74 | 0.60 | 0 | 0.16 | 0.65 | 164.15 | 0.43 | 0.24 |
| Hex | 23 | 58 | 4A | 3C | 0 | 10 | 41 | A4 | 2B | 18 |
| Octal | 43 | 130 | 112 | 74 | 0 | 20 | 101 | 244 | 53 | 30 |
| Binary | 100011 | 1011000 | 1001010 | 111100 | 0 | 10000 | 1000001 | 10100100 | 101011 | 11000 |
Color Harmonies of #23584A
Complementary color
Monochromatic Colors of #23584A
Black with #23584A
Text Example
Text Example
White with #23584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23584A; }
p { color: rgb(35,88,74); }
H1.HeaderClassName
{
color: #23584A;
}
.AnyTagClassName
{
color: #23584A;
}
</style>
background-color css
<style>
a { background-color: #23584A; }
a { background-color: rgb(35,88,74); }
div.DivClassName
{
background-color: #23584A;
}
.BgClassName
{
background-color: #23584A;
}
</style>
border-color css
<style>
span { border-color: #23584A; }
span { border-color: rgb(35,88,74); }
td.TdClassName
{
border-color: #23584A;
}
.TagClassName
{
border-color: #23584A;
}
</style>