Shades of Java #22858C
Tints of Java #22858C
RGB
CMYK
RGB Variations
Color information
#22858C (or 0x22858C) is known color: Java. HEX triplet: 22, 85 and 8C. RGB value is (34,133,140). Sum of RGB (Red+Green+Blue) = 34+133+140=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #22858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22858C is #DD7A73. Grayscale: #686868. Windows color (decimal): -14514804 or 9209122. OLE color: 9209122.
HSL color Cylindrical-coordinate representation of color #22858C: hue angle of 183.96º 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 #22858C is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 133 | 140 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.45 |
| HSL | 183.96º | 0.61% | 0.34% | - |
| HSV(B) | 183.96º | 0.76% | 0.55% | - |
| XYZ | 13.78 | 19.01 | 27.75 | - |
| YUV | 104.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 140 | 0.76 | 0.05 | 0 | 0.45 | 183.96 | 0.61 | 0.34 |
| Hex | 22 | 85 | 8C | 4C | 5 | 0 | 2D | B8 | 3D | 22 |
| Octal | 42 | 205 | 214 | 114 | 5 | 0 | 55 | 270 | 75 | 42 |
| Binary | 100010 | 10000101 | 10001100 | 1001100 | 101 | 0 | 101101 | 10111000 | 111101 | 100010 |
Color Harmonies of #22858C
Complementary color
Monochromatic Colors of #22858C
Black with #22858C
Text Example
Text Example
White with #22858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22858C; }
p { color: rgb(34,133,140); }
H1.HeaderClassName
{
color: #22858C;
}
.AnyTagClassName
{
color: #22858C;
}
</style>
background-color css
<style>
a { background-color: #22858C; }
a { background-color: rgb(34,133,140); }
div.DivClassName
{
background-color: #22858C;
}
.BgClassName
{
background-color: #22858C;
}
</style>
border-color css
<style>
span { border-color: #22858C; }
span { border-color: rgb(34,133,140); }
td.TdClassName
{
border-color: #22858C;
}
.TagClassName
{
border-color: #22858C;
}
</style>