Shades of Java #229989
Tints of Java #229989
RGB
CMYK
RGB Variations
Color information
#229989 (or 0x229989) is known color: Java. HEX triplet: 22, 99 and 89. RGB value is (34,153,137). Sum of RGB (Red+Green+Blue) = 34+153+137=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #229989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229989 is #DD6676. Grayscale: #737373. Windows color (decimal): -14509687 or 9017634. OLE color: 9017634.
HSL color Cylindrical-coordinate representation of color #229989: hue angle of 171.93º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229989 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 153 | 137 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.4 |
| HSL | 171.93º | 0.64% | 0.37% | - |
| HSV(B) | 171.93º | 0.78% | 0.6% | - |
| XYZ | 16.57 | 24.93 | 27.61 | - |
| YUV | 115.6 | 140.08 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 137 | 0.78 | 0 | 0.10 | 0.4 | 171.93 | 0.64 | 0.37 |
| Hex | 22 | 99 | 89 | 4E | 0 | A | 28 | AC | 40 | 25 |
| Octal | 42 | 231 | 211 | 116 | 0 | 12 | 50 | 254 | 100 | 45 |
| Binary | 100010 | 10011001 | 10001001 | 1001110 | 0 | 1010 | 101000 | 10101100 | 1000000 | 100101 |
Color Harmonies of #229989
Complementary color
Monochromatic Colors of #229989
Black with #229989
Text Example
Text Example
White with #229989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229989; }
p { color: rgb(34,153,137); }
H1.HeaderClassName
{
color: #229989;
}
.AnyTagClassName
{
color: #229989;
}
</style>
background-color css
<style>
a { background-color: #229989; }
a { background-color: rgb(34,153,137); }
div.DivClassName
{
background-color: #229989;
}
.BgClassName
{
background-color: #229989;
}
</style>
border-color css
<style>
span { border-color: #229989; }
span { border-color: rgb(34,153,137); }
td.TdClassName
{
border-color: #229989;
}
.TagClassName
{
border-color: #229989;
}
</style>