Shades of Evening Sea #225B4D
Tints of Evening Sea #225B4D
RGB
CMYK
RGB Variations
Color information
#225B4D (or 0x225B4D) is known color: Evening Sea. HEX triplet: 22, 5B and 4D. RGB value is (34,91,77). Sum of RGB (Red+Green+Blue) = 34+91+77=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #225B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B4D is #DDA4B2. Grayscale: #484848. Windows color (decimal): -14525619 or 5069602. OLE color: 5069602.
HSL color Cylindrical-coordinate representation of color #225B4D: hue angle of 165.26º 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 #225B4D is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 77 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.64 |
| HSL | 165.26º | 0.46% | 0.25% | - |
| HSV(B) | 165.26º | 0.63% | 0.36% | - |
| XYZ | 5.74 | 8.36 | 8.33 | - |
| YUV | 72.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 77 | 0.63 | 0 | 0.15 | 0.64 | 165.26 | 0.46 | 0.25 |
| Hex | 22 | 5B | 4D | 3F | 0 | F | 40 | A5 | 2E | 19 |
| Octal | 42 | 133 | 115 | 77 | 0 | 17 | 100 | 245 | 56 | 31 |
| Binary | 100010 | 1011011 | 1001101 | 111111 | 0 | 1111 | 1000000 | 10100101 | 101110 | 11001 |
Color Harmonies of #225B4D
Complementary color
Monochromatic Colors of #225B4D
Black with #225B4D
Text Example
Text Example
White with #225B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B4D; }
p { color: rgb(34,91,77); }
H1.HeaderClassName
{
color: #225B4D;
}
.AnyTagClassName
{
color: #225B4D;
}
</style>
background-color css
<style>
a { background-color: #225B4D; }
a { background-color: rgb(34,91,77); }
div.DivClassName
{
background-color: #225B4D;
}
.BgClassName
{
background-color: #225B4D;
}
</style>
border-color css
<style>
span { border-color: #225B4D; }
span { border-color: rgb(34,91,77); }
td.TdClassName
{
border-color: #225B4D;
}
.TagClassName
{
border-color: #225B4D;
}
</style>