Shades of Java #22868E
Tints of Java #22868E
RGB
CMYK
RGB Variations
Color information
#22868E (or 0x22868E) is known color: Java. HEX triplet: 22, 86 and 8E. RGB value is (34,134,142). Sum of RGB (Red+Green+Blue) = 34+134+142=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #22868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22868E is #DD7971. Grayscale: #686868. Windows color (decimal): -14514546 or 9340450. OLE color: 9340450.
HSL color Cylindrical-coordinate representation of color #22868E: hue angle of 184.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22868E is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 134 | 142 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.44 |
| HSL | 184.44º | 0.61% | 0.35% | - |
| HSV(B) | 184.44º | 0.76% | 0.56% | - |
| XYZ | 14.07 | 19.34 | 28.58 | - |
| YUV | 105.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 134 | 142 | 0.76 | 0.06 | 0 | 0.44 | 184.44 | 0.61 | 0.35 |
| Hex | 22 | 86 | 8E | 4C | 6 | 0 | 2C | B8 | 3D | 23 |
| Octal | 42 | 206 | 216 | 114 | 6 | 0 | 54 | 270 | 75 | 43 |
| Binary | 100010 | 10000110 | 10001110 | 1001100 | 110 | 0 | 101100 | 10111000 | 111101 | 100011 |
Color Harmonies of #22868E
Complementary color
Monochromatic Colors of #22868E
Black with #22868E
Text Example
Text Example
White with #22868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22868E; }
p { color: rgb(34,134,142); }
H1.HeaderClassName
{
color: #22868E;
}
.AnyTagClassName
{
color: #22868E;
}
</style>
background-color css
<style>
a { background-color: #22868E; }
a { background-color: rgb(34,134,142); }
div.DivClassName
{
background-color: #22868E;
}
.BgClassName
{
background-color: #22868E;
}
</style>
border-color css
<style>
span { border-color: #22868E; }
span { border-color: rgb(34,134,142); }
td.TdClassName
{
border-color: #22868E;
}
.TagClassName
{
border-color: #22868E;
}
</style>