Shades of Evening Sea #235948
Tints of Evening Sea #235948
RGB
CMYK
RGB Variations
Color information
#235948 (or 0x235948) is known color: Evening Sea. HEX triplet: 23, 59 and 48. RGB value is (35,89,72). Sum of RGB (Red+Green+Blue) = 35+89+72=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #235948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235948 is #DCA6B7. Grayscale: #464646. Windows color (decimal): -14460600 or 4741411. OLE color: 4741411.
HSL color Cylindrical-coordinate representation of color #235948: hue angle of 161.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235948 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 89 | 72 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.65 |
| HSL | 161.11º | 0.44% | 0.24% | - |
| HSV(B) | 161.11º | 0.61% | 0.35% | - |
| XYZ | 5.44 | 7.97 | 7.38 | - |
| YUV | 70.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 72 | 0.61 | 0 | 0.19 | 0.65 | 161.11 | 0.44 | 0.24 |
| Hex | 23 | 59 | 48 | 3D | 0 | 13 | 41 | A1 | 2C | 18 |
| Octal | 43 | 131 | 110 | 75 | 0 | 23 | 101 | 241 | 54 | 30 |
| Binary | 100011 | 1011001 | 1001000 | 111101 | 0 | 10011 | 1000001 | 10100001 | 101100 | 11000 |
Color Harmonies of #235948
Complementary color
Monochromatic Colors of #235948
Black with #235948
Text Example
Text Example
White with #235948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235948; }
p { color: rgb(35,89,72); }
H1.HeaderClassName
{
color: #235948;
}
.AnyTagClassName
{
color: #235948;
}
</style>
background-color css
<style>
a { background-color: #235948; }
a { background-color: rgb(35,89,72); }
div.DivClassName
{
background-color: #235948;
}
.BgClassName
{
background-color: #235948;
}
</style>
border-color css
<style>
span { border-color: #235948; }
span { border-color: rgb(35,89,72); }
td.TdClassName
{
border-color: #235948;
}
.TagClassName
{
border-color: #235948;
}
</style>