Shades of Evening Sea #23664D
Tints of Evening Sea #23664D
RGB
CMYK
RGB Variations
Color information
#23664D (or 0x23664D) is known color: Evening Sea. HEX triplet: 23, 66 and 4D. RGB value is (35,102,77). Sum of RGB (Red+Green+Blue) = 35+102+77=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #23664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23664D is #DC99B2. Grayscale: #4F4F4F. Windows color (decimal): -14457267 or 5072419. OLE color: 5072419.
HSL color Cylindrical-coordinate representation of color #23664D: hue angle of 157.61º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #23664D is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 102 | 77 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.6 |
| HSL | 157.61º | 0.49% | 0.27% | - |
| HSV(B) | 157.61º | 0.66% | 0.4% | - |
| XYZ | 6.78 | 10.4 | 8.67 | - |
| YUV | 79.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 77 | 0.66 | 0 | 0.25 | 0.6 | 157.61 | 0.49 | 0.27 |
| Hex | 23 | 66 | 4D | 42 | 0 | 19 | 3C | 9E | 31 | 1B |
| Octal | 43 | 146 | 115 | 102 | 0 | 31 | 74 | 236 | 61 | 33 |
| Binary | 100011 | 1100110 | 1001101 | 1000010 | 0 | 11001 | 111100 | 10011110 | 110001 | 11011 |
Color Harmonies of #23664D
Complementary color
Monochromatic Colors of #23664D
Black with #23664D
Text Example
Text Example
White with #23664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23664D; }
p { color: rgb(35,102,77); }
H1.HeaderClassName
{
color: #23664D;
}
.AnyTagClassName
{
color: #23664D;
}
</style>
background-color css
<style>
a { background-color: #23664D; }
a { background-color: rgb(35,102,77); }
div.DivClassName
{
background-color: #23664D;
}
.BgClassName
{
background-color: #23664D;
}
</style>
border-color css
<style>
span { border-color: #23664D; }
span { border-color: rgb(35,102,77); }
td.TdClassName
{
border-color: #23664D;
}
.TagClassName
{
border-color: #23664D;
}
</style>