Shades of Evening Sea #215B46
Tints of Evening Sea #215B46
RGB
CMYK
RGB Variations
Color information
#215B46 (or 0x215B46) is known color: Evening Sea. HEX triplet: 21, 5B and 46. RGB value is (33,91,70). Sum of RGB (Red+Green+Blue) = 33+91+70=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #215B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B46 is #DEA4B9. Grayscale: #474747. Windows color (decimal): -14591162 or 4610849. OLE color: 4610849.
HSL color Cylindrical-coordinate representation of color #215B46: hue angle of 158.28º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B46 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 70 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.64 |
| HSL | 158.28º | 0.47% | 0.24% | - |
| HSV(B) | 158.28º | 0.64% | 0.36% | - |
| XYZ | 5.47 | 8.25 | 7.1 | - |
| YUV | 71.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 70 | 0.64 | 0 | 0.23 | 0.64 | 158.28 | 0.47 | 0.24 |
| Hex | 21 | 5B | 46 | 40 | 0 | 17 | 40 | 9E | 2F | 18 |
| Octal | 41 | 133 | 106 | 100 | 0 | 27 | 100 | 236 | 57 | 30 |
| Binary | 100001 | 1011011 | 1000110 | 1000000 | 0 | 10111 | 1000000 | 10011110 | 101111 | 11000 |
Color Harmonies of #215B46
Complementary color
Monochromatic Colors of #215B46
Black with #215B46
Text Example
Text Example
White with #215B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B46; }
p { color: rgb(33,91,70); }
H1.HeaderClassName
{
color: #215B46;
}
.AnyTagClassName
{
color: #215B46;
}
</style>
background-color css
<style>
a { background-color: #215B46; }
a { background-color: rgb(33,91,70); }
div.DivClassName
{
background-color: #215B46;
}
.BgClassName
{
background-color: #215B46;
}
</style>
border-color css
<style>
span { border-color: #215B46; }
span { border-color: rgb(33,91,70); }
td.TdClassName
{
border-color: #215B46;
}
.TagClassName
{
border-color: #215B46;
}
</style>