Shades of Evening Sea #23614C
Tints of Evening Sea #23614C
RGB
CMYK
RGB Variations
Color information
#23614C (or 0x23614C) is known color: Evening Sea. HEX triplet: 23, 61 and 4C. RGB value is (35,97,76). Sum of RGB (Red+Green+Blue) = 35+97+76=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #23614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23614C is #DC9EB3. Grayscale: #4C4C4C. Windows color (decimal): -14458548 or 5005603. OLE color: 5005603.
HSL color Cylindrical-coordinate representation of color #23614C: hue angle of 159.68º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #23614C is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 97 | 76 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.62 |
| HSL | 159.68º | 0.47% | 0.26% | - |
| HSV(B) | 159.68º | 0.64% | 0.38% | - |
| XYZ | 6.27 | 9.43 | 8.33 | - |
| YUV | 76.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 97 | 76 | 0.64 | 0 | 0.22 | 0.62 | 159.68 | 0.47 | 0.26 |
| Hex | 23 | 61 | 4C | 40 | 0 | 16 | 3E | A0 | 2F | 1A |
| Octal | 43 | 141 | 114 | 100 | 0 | 26 | 76 | 240 | 57 | 32 |
| Binary | 100011 | 1100001 | 1001100 | 1000000 | 0 | 10110 | 111110 | 10100000 | 101111 | 11010 |
Color Harmonies of #23614C
Complementary color
Monochromatic Colors of #23614C
Black with #23614C
Text Example
Text Example
White with #23614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23614C; }
p { color: rgb(35,97,76); }
H1.HeaderClassName
{
color: #23614C;
}
.AnyTagClassName
{
color: #23614C;
}
</style>
background-color css
<style>
a { background-color: #23614C; }
a { background-color: rgb(35,97,76); }
div.DivClassName
{
background-color: #23614C;
}
.BgClassName
{
background-color: #23614C;
}
</style>
border-color css
<style>
span { border-color: #23614C; }
span { border-color: rgb(35,97,76); }
td.TdClassName
{
border-color: #23614C;
}
.TagClassName
{
border-color: #23614C;
}
</style>