Shades of Deep Sea #227A5B
Tints of Deep Sea #227A5B
RGB
CMYK
RGB Variations
Color information
#227A5B (or 0x227A5B) is known color: Deep Sea. HEX triplet: 22, 7A and 5B. RGB value is (34,122,91). Sum of RGB (Red+Green+Blue) = 34+122+91=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #227A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A5B is #DD85A4. Grayscale: #5C5C5C. Windows color (decimal): -14517669 or 5995042. OLE color: 5995042.
HSL color Cylindrical-coordinate representation of color #227A5B: hue angle of 158.86º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A5B is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 91 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.52 |
| HSL | 158.86º | 0.56% | 0.31% | - |
| HSV(B) | 158.86º | 0.72% | 0.48% | - |
| XYZ | 9.51 | 15.01 | 12.29 | - |
| YUV | 92.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 91 | 0.72 | 0 | 0.25 | 0.52 | 158.86 | 0.56 | 0.31 |
| Hex | 22 | 7A | 5B | 48 | 0 | 19 | 34 | 9F | 38 | 1F |
| Octal | 42 | 172 | 133 | 110 | 0 | 31 | 64 | 237 | 70 | 37 |
| Binary | 100010 | 1111010 | 1011011 | 1001000 | 0 | 11001 | 110100 | 10011111 | 111000 | 11111 |
Color Harmonies of #227A5B
Complementary color
Monochromatic Colors of #227A5B
Black with #227A5B
Text Example
Text Example
White with #227A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A5B; }
p { color: rgb(34,122,91); }
H1.HeaderClassName
{
color: #227A5B;
}
.AnyTagClassName
{
color: #227A5B;
}
</style>
background-color css
<style>
a { background-color: #227A5B; }
a { background-color: rgb(34,122,91); }
div.DivClassName
{
background-color: #227A5B;
}
.BgClassName
{
background-color: #227A5B;
}
</style>
border-color css
<style>
span { border-color: #227A5B; }
span { border-color: rgb(34,122,91); }
td.TdClassName
{
border-color: #227A5B;
}
.TagClassName
{
border-color: #227A5B;
}
</style>