Shades of Evening Sea #225B4B
Tints of Evening Sea #225B4B
RGB
CMYK
RGB Variations
Color information
#225B4B (or 0x225B4B) is known color: Evening Sea. HEX triplet: 22, 5B and 4B. RGB value is (34,91,75). Sum of RGB (Red+Green+Blue) = 34+91+75=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #225B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B4B is #DDA4B4. Grayscale: #484848. Windows color (decimal): -14525621 or 4938530. OLE color: 4938530.
HSL color Cylindrical-coordinate representation of color #225B4B: hue angle of 163.16º 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 #225B4B is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 75 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.64 |
| HSL | 163.16º | 0.46% | 0.25% | - |
| HSV(B) | 163.16º | 0.63% | 0.36% | - |
| XYZ | 5.67 | 8.33 | 7.97 | - |
| YUV | 72.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 75 | 0.63 | 0 | 0.18 | 0.64 | 163.16 | 0.46 | 0.25 |
| Hex | 22 | 5B | 4B | 3F | 0 | 12 | 40 | A3 | 2E | 19 |
| Octal | 42 | 133 | 113 | 77 | 0 | 22 | 100 | 243 | 56 | 31 |
| Binary | 100010 | 1011011 | 1001011 | 111111 | 0 | 10010 | 1000000 | 10100011 | 101110 | 11001 |
Color Harmonies of #225B4B
Complementary color
Monochromatic Colors of #225B4B
Black with #225B4B
Text Example
Text Example
White with #225B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B4B; }
p { color: rgb(34,91,75); }
H1.HeaderClassName
{
color: #225B4B;
}
.AnyTagClassName
{
color: #225B4B;
}
</style>
background-color css
<style>
a { background-color: #225B4B; }
a { background-color: rgb(34,91,75); }
div.DivClassName
{
background-color: #225B4B;
}
.BgClassName
{
background-color: #225B4B;
}
</style>
border-color css
<style>
span { border-color: #225B4B; }
span { border-color: rgb(34,91,75); }
td.TdClassName
{
border-color: #225B4B;
}
.TagClassName
{
border-color: #225B4B;
}
</style>