Shades of Evening Sea #215A4E
Tints of Evening Sea #215A4E
RGB
CMYK
RGB Variations
Color information
#215A4E (or 0x215A4E) is known color: Evening Sea. HEX triplet: 21, 5A and 4E. RGB value is (33,90,78). Sum of RGB (Red+Green+Blue) = 33+90+78=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #215A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A4E is #DEA5B1. Grayscale: #474747. Windows color (decimal): -14591410 or 5134881. OLE color: 5134881.
HSL color Cylindrical-coordinate representation of color #215A4E: hue angle of 167.37º 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 #215A4E is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 90 | 78 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.65 |
| HSL | 167.37º | 0.46% | 0.24% | - |
| HSV(B) | 167.37º | 0.63% | 0.35% | - |
| XYZ | 5.66 | 8.19 | 8.49 | - |
| YUV | 71.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 78 | 0.63 | 0 | 0.13 | 0.65 | 167.37 | 0.46 | 0.24 |
| Hex | 21 | 5A | 4E | 3F | 0 | D | 41 | A7 | 2E | 18 |
| Octal | 41 | 132 | 116 | 77 | 0 | 15 | 101 | 247 | 56 | 30 |
| Binary | 100001 | 1011010 | 1001110 | 111111 | 0 | 1101 | 1000001 | 10100111 | 101110 | 11000 |
Color Harmonies of #215A4E
Complementary color
Monochromatic Colors of #215A4E
Black with #215A4E
Text Example
Text Example
White with #215A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A4E; }
p { color: rgb(33,90,78); }
H1.HeaderClassName
{
color: #215A4E;
}
.AnyTagClassName
{
color: #215A4E;
}
</style>
background-color css
<style>
a { background-color: #215A4E; }
a { background-color: rgb(33,90,78); }
div.DivClassName
{
background-color: #215A4E;
}
.BgClassName
{
background-color: #215A4E;
}
</style>
border-color css
<style>
span { border-color: #215A4E; }
span { border-color: rgb(33,90,78); }
td.TdClassName
{
border-color: #215A4E;
}
.TagClassName
{
border-color: #215A4E;
}
</style>