Shades of Evening Sea #215A4D
Tints of Evening Sea #215A4D
RGB
CMYK
RGB Variations
Color information
#215A4D (or 0x215A4D) is known color: Evening Sea. HEX triplet: 21, 5A and 4D. RGB value is (33,90,77). Sum of RGB (Red+Green+Blue) = 33+90+77=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #215A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A4D is #DEA5B2. Grayscale: #474747. Windows color (decimal): -14591411 or 5069345. OLE color: 5069345.
HSL color Cylindrical-coordinate representation of color #215A4D: hue angle of 166.32º 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 #215A4D is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 90 | 77 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.65 |
| HSL | 166.32º | 0.46% | 0.24% | - |
| HSV(B) | 166.32º | 0.63% | 0.35% | - |
| XYZ | 5.62 | 8.17 | 8.3 | - |
| YUV | 71.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 77 | 0.63 | 0 | 0.14 | 0.65 | 166.32 | 0.46 | 0.24 |
| Hex | 21 | 5A | 4D | 3F | 0 | E | 41 | A6 | 2E | 18 |
| Octal | 41 | 132 | 115 | 77 | 0 | 16 | 101 | 246 | 56 | 30 |
| Binary | 100001 | 1011010 | 1001101 | 111111 | 0 | 1110 | 1000001 | 10100110 | 101110 | 11000 |
Color Harmonies of #215A4D
Complementary color
Monochromatic Colors of #215A4D
Black with #215A4D
Text Example
Text Example
White with #215A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A4D; }
p { color: rgb(33,90,77); }
H1.HeaderClassName
{
color: #215A4D;
}
.AnyTagClassName
{
color: #215A4D;
}
</style>
background-color css
<style>
a { background-color: #215A4D; }
a { background-color: rgb(33,90,77); }
div.DivClassName
{
background-color: #215A4D;
}
.BgClassName
{
background-color: #215A4D;
}
</style>
border-color css
<style>
span { border-color: #215A4D; }
span { border-color: rgb(33,90,77); }
td.TdClassName
{
border-color: #215A4D;
}
.TagClassName
{
border-color: #215A4D;
}
</style>