Shades of Java #229089
Tints of Java #229089
RGB
CMYK
RGB Variations
Color information
#229089 (or 0x229089) is known color: Java. HEX triplet: 22, 90 and 89. RGB value is (34,144,137). Sum of RGB (Red+Green+Blue) = 34+144+137=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #229089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229089 is #DD6F76. Grayscale: #6E6E6E. Windows color (decimal): -14511991 or 9015330. OLE color: 9015330.
HSL color Cylindrical-coordinate representation of color #229089: hue angle of 176.18º degrees, saturation: 0.62, 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 #229089 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 144 | 137 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.44 |
| HSL | 176.18º | 0.62% | 0.35% | - |
| HSV(B) | 176.18º | 0.76% | 0.56% | - |
| XYZ | 15.15 | 22.09 | 27.13 | - |
| YUV | 110.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 137 | 0.76 | 0 | 0.05 | 0.44 | 176.18 | 0.62 | 0.35 |
| Hex | 22 | 90 | 89 | 4C | 0 | 5 | 2C | B0 | 3E | 23 |
| Octal | 42 | 220 | 211 | 114 | 0 | 5 | 54 | 260 | 76 | 43 |
| Binary | 100010 | 10010000 | 10001001 | 1001100 | 0 | 101 | 101100 | 10110000 | 111110 | 100011 |
Color Harmonies of #229089
Complementary color
Monochromatic Colors of #229089
Black with #229089
Text Example
Text Example
White with #229089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229089; }
p { color: rgb(34,144,137); }
H1.HeaderClassName
{
color: #229089;
}
.AnyTagClassName
{
color: #229089;
}
</style>
background-color css
<style>
a { background-color: #229089; }
a { background-color: rgb(34,144,137); }
div.DivClassName
{
background-color: #229089;
}
.BgClassName
{
background-color: #229089;
}
</style>
border-color css
<style>
span { border-color: #229089; }
span { border-color: rgb(34,144,137); }
td.TdClassName
{
border-color: #229089;
}
.TagClassName
{
border-color: #229089;
}
</style>