Shades of Deep Sea #22825D
Tints of Deep Sea #22825D
RGB
CMYK
RGB Variations
Color information
#22825D (or 0x22825D) is known color: Deep Sea. HEX triplet: 22, 82 and 5D. RGB value is (34,130,93). Sum of RGB (Red+Green+Blue) = 34+130+93=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #22825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22825D is #DD7DA2. Grayscale: #616161. Windows color (decimal): -14515619 or 6128162. OLE color: 6128162.
HSL color Cylindrical-coordinate representation of color #22825D: hue angle of 156.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22825D is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 130 | 93 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.49 |
| HSL | 156.88º | 0.59% | 0.32% | - |
| HSV(B) | 156.88º | 0.74% | 0.51% | - |
| XYZ | 10.62 | 17.1 | 13.1 | - |
| YUV | 97.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 130 | 93 | 0.74 | 0 | 0.28 | 0.49 | 156.88 | 0.59 | 0.32 |
| Hex | 22 | 82 | 5D | 4A | 0 | 1C | 31 | 9D | 3B | 20 |
| Octal | 42 | 202 | 135 | 112 | 0 | 34 | 61 | 235 | 73 | 40 |
| Binary | 100010 | 10000010 | 1011101 | 1001010 | 0 | 11100 | 110001 | 10011101 | 111011 | 100000 |
Color Harmonies of #22825D
Complementary color
Monochromatic Colors of #22825D
Black with #22825D
Text Example
Text Example
White with #22825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22825D; }
p { color: rgb(34,130,93); }
H1.HeaderClassName
{
color: #22825D;
}
.AnyTagClassName
{
color: #22825D;
}
</style>
background-color css
<style>
a { background-color: #22825D; }
a { background-color: rgb(34,130,93); }
div.DivClassName
{
background-color: #22825D;
}
.BgClassName
{
background-color: #22825D;
}
</style>
border-color css
<style>
span { border-color: #22825D; }
span { border-color: rgb(34,130,93); }
td.TdClassName
{
border-color: #22825D;
}
.TagClassName
{
border-color: #22825D;
}
</style>