Shades of Evening Sea #225D4B
Tints of Evening Sea #225D4B
RGB
CMYK
RGB Variations
Color information
#225D4B (or 0x225D4B) is known color: Evening Sea. HEX triplet: 22, 5D and 4B. RGB value is (34,93,75). Sum of RGB (Red+Green+Blue) = 34+93+75=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #225D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D4B is #DDA2B4. Grayscale: #494949. Windows color (decimal): -14525109 or 4939042. OLE color: 4939042.
HSL color Cylindrical-coordinate representation of color #225D4B: hue angle of 161.69º 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 #225D4B is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 75 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.64 |
| HSL | 161.69º | 0.46% | 0.25% | - |
| HSV(B) | 161.69º | 0.63% | 0.36% | - |
| XYZ | 5.84 | 8.68 | 8.02 | - |
| YUV | 73.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 75 | 0.63 | 0 | 0.19 | 0.64 | 161.69 | 0.46 | 0.25 |
| Hex | 22 | 5D | 4B | 3F | 0 | 13 | 40 | A2 | 2E | 19 |
| Octal | 42 | 135 | 113 | 77 | 0 | 23 | 100 | 242 | 56 | 31 |
| Binary | 100010 | 1011101 | 1001011 | 111111 | 0 | 10011 | 1000000 | 10100010 | 101110 | 11001 |
Color Harmonies of #225D4B
Complementary color
Monochromatic Colors of #225D4B
Black with #225D4B
Text Example
Text Example
White with #225D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D4B; }
p { color: rgb(34,93,75); }
H1.HeaderClassName
{
color: #225D4B;
}
.AnyTagClassName
{
color: #225D4B;
}
</style>
background-color css
<style>
a { background-color: #225D4B; }
a { background-color: rgb(34,93,75); }
div.DivClassName
{
background-color: #225D4B;
}
.BgClassName
{
background-color: #225D4B;
}
</style>
border-color css
<style>
span { border-color: #225D4B; }
span { border-color: rgb(34,93,75); }
td.TdClassName
{
border-color: #225D4B;
}
.TagClassName
{
border-color: #225D4B;
}
</style>