Shades of Deep Sea #22825C
Tints of Deep Sea #22825C
RGB
CMYK
RGB Variations
Color information
#22825C (or 0x22825C) is known color: Deep Sea. HEX triplet: 22, 82 and 5C. RGB value is (34,130,92). Sum of RGB (Red+Green+Blue) = 34+130+92=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #22825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22825C is #DD7DA3. Grayscale: #616161. Windows color (decimal): -14515620 or 6062626. OLE color: 6062626.
HSL color Cylindrical-coordinate representation of color #22825C: hue angle of 156.25º 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 #22825C is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 130 | 92 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.49 |
| HSL | 156.25º | 0.59% | 0.32% | - |
| HSV(B) | 156.25º | 0.74% | 0.51% | - |
| XYZ | 10.57 | 17.08 | 12.86 | - |
| YUV | 96.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 130 | 92 | 0.74 | 0 | 0.29 | 0.49 | 156.25 | 0.59 | 0.32 |
| Hex | 22 | 82 | 5C | 4A | 0 | 1D | 31 | 9C | 3B | 20 |
| Octal | 42 | 202 | 134 | 112 | 0 | 35 | 61 | 234 | 73 | 40 |
| Binary | 100010 | 10000010 | 1011100 | 1001010 | 0 | 11101 | 110001 | 10011100 | 111011 | 100000 |
Color Harmonies of #22825C
Complementary color
Monochromatic Colors of #22825C
Black with #22825C
Text Example
Text Example
White with #22825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22825C; }
p { color: rgb(34,130,92); }
H1.HeaderClassName
{
color: #22825C;
}
.AnyTagClassName
{
color: #22825C;
}
</style>
background-color css
<style>
a { background-color: #22825C; }
a { background-color: rgb(34,130,92); }
div.DivClassName
{
background-color: #22825C;
}
.BgClassName
{
background-color: #22825C;
}
</style>
border-color css
<style>
span { border-color: #22825C; }
span { border-color: rgb(34,130,92); }
td.TdClassName
{
border-color: #22825C;
}
.TagClassName
{
border-color: #22825C;
}
</style>