Shades of Java #22888C
Tints of Java #22888C
RGB
CMYK
RGB Variations
Color information
#22888C (or 0x22888C) is known color: Java. HEX triplet: 22, 88 and 8C. RGB value is (34,136,140). Sum of RGB (Red+Green+Blue) = 34+136+140=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #22888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22888C is #DD7773. Grayscale: #696969. Windows color (decimal): -14514036 or 9209890. OLE color: 9209890.
HSL color Cylindrical-coordinate representation of color #22888C: hue angle of 182.26º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22888C is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 136 | 140 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.45 |
| HSL | 182.26º | 0.61% | 0.34% | - |
| HSV(B) | 182.26º | 0.76% | 0.55% | - |
| XYZ | 14.2 | 19.84 | 27.89 | - |
| YUV | 105.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 140 | 0.76 | 0.03 | 0 | 0.45 | 182.26 | 0.61 | 0.34 |
| Hex | 22 | 88 | 8C | 4C | 3 | 0 | 2D | B6 | 3D | 22 |
| Octal | 42 | 210 | 214 | 114 | 3 | 0 | 55 | 266 | 75 | 42 |
| Binary | 100010 | 10001000 | 10001100 | 1001100 | 11 | 0 | 101101 | 10110110 | 111101 | 100010 |
Color Harmonies of #22888C
Complementary color
Monochromatic Colors of #22888C
Black with #22888C
Text Example
Text Example
White with #22888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22888C; }
p { color: rgb(34,136,140); }
H1.HeaderClassName
{
color: #22888C;
}
.AnyTagClassName
{
color: #22888C;
}
</style>
background-color css
<style>
a { background-color: #22888C; }
a { background-color: rgb(34,136,140); }
div.DivClassName
{
background-color: #22888C;
}
.BgClassName
{
background-color: #22888C;
}
</style>
border-color css
<style>
span { border-color: #22888C; }
span { border-color: rgb(34,136,140); }
td.TdClassName
{
border-color: #22888C;
}
.TagClassName
{
border-color: #22888C;
}
</style>