Shades of Evening Sea #226C50
Tints of Evening Sea #226C50
RGB
CMYK
RGB Variations
Color information
#226C50 (or 0x226C50) is known color: Evening Sea. HEX triplet: 22, 6C and 50. RGB value is (34,108,80). Sum of RGB (Red+Green+Blue) = 34+108+80=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #226C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226C50 is #DD93AF. Grayscale: #525252. Windows color (decimal): -14521264 or 5270562. OLE color: 5270562.
HSL color Cylindrical-coordinate representation of color #226C50: hue angle of 157.3º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226C50 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 108 | 80 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.58 |
| HSL | 157.3º | 0.52% | 0.28% | - |
| HSV(B) | 157.3º | 0.69% | 0.42% | - |
| XYZ | 7.47 | 11.64 | 9.44 | - |
| YUV | 82.68 | 126.48 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 80 | 0.69 | 0 | 0.26 | 0.58 | 157.3 | 0.52 | 0.28 |
| Hex | 22 | 6C | 50 | 45 | 0 | 1A | 3A | 9D | 34 | 1C |
| Octal | 42 | 154 | 120 | 105 | 0 | 32 | 72 | 235 | 64 | 34 |
| Binary | 100010 | 1101100 | 1010000 | 1000101 | 0 | 11010 | 111010 | 10011101 | 110100 | 11100 |
Color Harmonies of #226C50
Complementary color
Monochromatic Colors of #226C50
Black with #226C50
Text Example
Text Example
White with #226C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226C50; }
p { color: rgb(34,108,80); }
H1.HeaderClassName
{
color: #226C50;
}
.AnyTagClassName
{
color: #226C50;
}
</style>
background-color css
<style>
a { background-color: #226C50; }
a { background-color: rgb(34,108,80); }
div.DivClassName
{
background-color: #226C50;
}
.BgClassName
{
background-color: #226C50;
}
</style>
border-color css
<style>
span { border-color: #226C50; }
span { border-color: rgb(34,108,80); }
td.TdClassName
{
border-color: #226C50;
}
.TagClassName
{
border-color: #226C50;
}
</style>