Shades of Evening Sea #23584B
Tints of Evening Sea #23584B
RGB
CMYK
RGB Variations
Color information
#23584B (or 0x23584B) is known color: Evening Sea. HEX triplet: 23, 58 and 4B. RGB value is (35,88,75). Sum of RGB (Red+Green+Blue) = 35+88+75=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #23584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23584B is #DCA7B4. Grayscale: #464646. Windows color (decimal): -14460853 or 4937763. OLE color: 4937763.
HSL color Cylindrical-coordinate representation of color #23584B: hue angle of 165.28º 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 #23584B is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 88 | 75 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.65 |
| HSL | 165.28º | 0.43% | 0.24% | - |
| HSV(B) | 165.28º | 0.6% | 0.35% | - |
| XYZ | 5.45 | 7.84 | 7.88 | - |
| YUV | 70.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 75 | 0.60 | 0 | 0.15 | 0.65 | 165.28 | 0.43 | 0.24 |
| Hex | 23 | 58 | 4B | 3C | 0 | F | 41 | A5 | 2B | 18 |
| Octal | 43 | 130 | 113 | 74 | 0 | 17 | 101 | 245 | 53 | 30 |
| Binary | 100011 | 1011000 | 1001011 | 111100 | 0 | 1111 | 1000001 | 10100101 | 101011 | 11000 |
Color Harmonies of #23584B
Complementary color
Monochromatic Colors of #23584B
Black with #23584B
Text Example
Text Example
White with #23584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23584B; }
p { color: rgb(35,88,75); }
H1.HeaderClassName
{
color: #23584B;
}
.AnyTagClassName
{
color: #23584B;
}
</style>
background-color css
<style>
a { background-color: #23584B; }
a { background-color: rgb(35,88,75); }
div.DivClassName
{
background-color: #23584B;
}
.BgClassName
{
background-color: #23584B;
}
</style>
border-color css
<style>
span { border-color: #23584B; }
span { border-color: rgb(35,88,75); }
td.TdClassName
{
border-color: #23584B;
}
.TagClassName
{
border-color: #23584B;
}
</style>