Shades of Evening Sea #215949
Tints of Evening Sea #215949
RGB
CMYK
RGB Variations
Color information
#215949 (or 0x215949) is known color: Evening Sea. HEX triplet: 21, 59 and 49. RGB value is (33,89,73). Sum of RGB (Red+Green+Blue) = 33+89+73=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #215949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215949 is #DEA6B6. Grayscale: #464646. Windows color (decimal): -14591671 or 4806945. OLE color: 4806945.
HSL color Cylindrical-coordinate representation of color #215949: hue angle of 162.86º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215949 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 89 | 73 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.65 |
| HSL | 162.86º | 0.46% | 0.24% | - |
| HSV(B) | 162.86º | 0.63% | 0.35% | - |
| XYZ | 5.4 | 7.95 | 7.55 | - |
| YUV | 70.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 73 | 0.63 | 0 | 0.18 | 0.65 | 162.86 | 0.46 | 0.24 |
| Hex | 21 | 59 | 49 | 3F | 0 | 12 | 41 | A3 | 2E | 18 |
| Octal | 41 | 131 | 111 | 77 | 0 | 22 | 101 | 243 | 56 | 30 |
| Binary | 100001 | 1011001 | 1001001 | 111111 | 0 | 10010 | 1000001 | 10100011 | 101110 | 11000 |
Color Harmonies of #215949
Complementary color
Monochromatic Colors of #215949
Black with #215949
Text Example
Text Example
White with #215949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215949; }
p { color: rgb(33,89,73); }
H1.HeaderClassName
{
color: #215949;
}
.AnyTagClassName
{
color: #215949;
}
</style>
background-color css
<style>
a { background-color: #215949; }
a { background-color: rgb(33,89,73); }
div.DivClassName
{
background-color: #215949;
}
.BgClassName
{
background-color: #215949;
}
</style>
border-color css
<style>
span { border-color: #215949; }
span { border-color: rgb(33,89,73); }
td.TdClassName
{
border-color: #215949;
}
.TagClassName
{
border-color: #215949;
}
</style>