Shades of Java #22878C
Tints of Java #22878C
RGB
CMYK
RGB Variations
Color information
#22878C (or 0x22878C) is known color: Java. HEX triplet: 22, 87 and 8C. RGB value is (34,135,140). Sum of RGB (Red+Green+Blue) = 34+135+140=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #22878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22878C is #DD7873. Grayscale: #696969. Windows color (decimal): -14514292 or 9209634. OLE color: 9209634.
HSL color Cylindrical-coordinate representation of color #22878C: hue angle of 182.83º 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 #22878C is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 135 | 140 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.45 |
| HSL | 182.83º | 0.61% | 0.34% | - |
| HSV(B) | 182.83º | 0.76% | 0.55% | - |
| XYZ | 14.06 | 19.56 | 27.85 | - |
| YUV | 105.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 135 | 140 | 0.76 | 0.04 | 0 | 0.45 | 182.83 | 0.61 | 0.34 |
| Hex | 22 | 87 | 8C | 4C | 4 | 0 | 2D | B7 | 3D | 22 |
| Octal | 42 | 207 | 214 | 114 | 4 | 0 | 55 | 267 | 75 | 42 |
| Binary | 100010 | 10000111 | 10001100 | 1001100 | 100 | 0 | 101101 | 10110111 | 111101 | 100010 |
Color Harmonies of #22878C
Complementary color
Monochromatic Colors of #22878C
Black with #22878C
Text Example
Text Example
White with #22878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22878C; }
p { color: rgb(34,135,140); }
H1.HeaderClassName
{
color: #22878C;
}
.AnyTagClassName
{
color: #22878C;
}
</style>
background-color css
<style>
a { background-color: #22878C; }
a { background-color: rgb(34,135,140); }
div.DivClassName
{
background-color: #22878C;
}
.BgClassName
{
background-color: #22878C;
}
</style>
border-color css
<style>
span { border-color: #22878C; }
span { border-color: rgb(34,135,140); }
td.TdClassName
{
border-color: #22878C;
}
.TagClassName
{
border-color: #22878C;
}
</style>