Shades of Evening Sea #225C4D
Tints of Evening Sea #225C4D
RGB
CMYK
RGB Variations
Color information
#225C4D (or 0x225C4D) is known color: Evening Sea. HEX triplet: 22, 5C and 4D. RGB value is (34,92,77). Sum of RGB (Red+Green+Blue) = 34+92+77=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #225C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C4D is #DDA3B2. Grayscale: #484848. Windows color (decimal): -14525363 or 5069858. OLE color: 5069858.
HSL color Cylindrical-coordinate representation of color #225C4D: hue angle of 164.48º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225C4D is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 77 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.64 |
| HSL | 164.48º | 0.46% | 0.25% | - |
| HSV(B) | 164.48º | 0.63% | 0.36% | - |
| XYZ | 5.83 | 8.53 | 8.36 | - |
| YUV | 72.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 77 | 0.63 | 0 | 0.16 | 0.64 | 164.48 | 0.46 | 0.25 |
| Hex | 22 | 5C | 4D | 3F | 0 | 10 | 40 | A4 | 2E | 19 |
| Octal | 42 | 134 | 115 | 77 | 0 | 20 | 100 | 244 | 56 | 31 |
| Binary | 100010 | 1011100 | 1001101 | 111111 | 0 | 10000 | 1000000 | 10100100 | 101110 | 11001 |
Color Harmonies of #225C4D
Complementary color
Monochromatic Colors of #225C4D
Black with #225C4D
Text Example
Text Example
White with #225C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C4D; }
p { color: rgb(34,92,77); }
H1.HeaderClassName
{
color: #225C4D;
}
.AnyTagClassName
{
color: #225C4D;
}
</style>
background-color css
<style>
a { background-color: #225C4D; }
a { background-color: rgb(34,92,77); }
div.DivClassName
{
background-color: #225C4D;
}
.BgClassName
{
background-color: #225C4D;
}
</style>
border-color css
<style>
span { border-color: #225C4D; }
span { border-color: rgb(34,92,77); }
td.TdClassName
{
border-color: #225C4D;
}
.TagClassName
{
border-color: #225C4D;
}
</style>