Shades of Java #229589
Tints of Java #229589
RGB
CMYK
RGB Variations
Color information
#229589 (or 0x229589) is known color: Java. HEX triplet: 22, 95 and 89. RGB value is (34,149,137). Sum of RGB (Red+Green+Blue) = 34+149+137=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #229589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229589 is #DD6A76. Grayscale: #717171. Windows color (decimal): -14510711 or 9016610. OLE color: 9016610.
HSL color Cylindrical-coordinate representation of color #229589: hue angle of 173.74º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229589 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 149 | 137 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.42 |
| HSL | 173.74º | 0.63% | 0.36% | - |
| HSV(B) | 173.74º | 0.77% | 0.58% | - |
| XYZ | 15.92 | 23.64 | 27.39 | - |
| YUV | 113.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 137 | 0.77 | 0 | 0.08 | 0.42 | 173.74 | 0.63 | 0.36 |
| Hex | 22 | 95 | 89 | 4D | 0 | 8 | 2A | AE | 3F | 24 |
| Octal | 42 | 225 | 211 | 115 | 0 | 10 | 52 | 256 | 77 | 44 |
| Binary | 100010 | 10010101 | 10001001 | 1001101 | 0 | 1000 | 101010 | 10101110 | 111111 | 100100 |
Color Harmonies of #229589
Complementary color
Monochromatic Colors of #229589
Black with #229589
Text Example
Text Example
White with #229589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229589; }
p { color: rgb(34,149,137); }
H1.HeaderClassName
{
color: #229589;
}
.AnyTagClassName
{
color: #229589;
}
</style>
background-color css
<style>
a { background-color: #229589; }
a { background-color: rgb(34,149,137); }
div.DivClassName
{
background-color: #229589;
}
.BgClassName
{
background-color: #229589;
}
</style>
border-color css
<style>
span { border-color: #229589; }
span { border-color: rgb(34,149,137); }
td.TdClassName
{
border-color: #229589;
}
.TagClassName
{
border-color: #229589;
}
</style>