Shades of Java #229596
Tints of Java #229596
RGB
CMYK
RGB Variations
Color information
#229596 (or 0x229596) is known color: Java. HEX triplet: 22, 95 and 96. RGB value is (34,149,150). Sum of RGB (Red+Green+Blue) = 34+149+150=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #229596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229596 is #DD6A69. Grayscale: #727272. Windows color (decimal): -14510698 or 9868578. OLE color: 9868578.
HSL color Cylindrical-coordinate representation of color #229596: hue angle of 180.52º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229596 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 149 | 150 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.41 |
| HSL | 180.52º | 0.63% | 0.36% | - |
| HSV(B) | 180.52º | 0.77% | 0.59% | - |
| XYZ | 16.91 | 24.04 | 32.6 | - |
| YUV | 114.73 | 147.9 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 150 | 0.77 | 0.01 | 0 | 0.41 | 180.52 | 0.63 | 0.36 |
| Hex | 22 | 95 | 96 | 4D | 1 | 0 | 29 | B5 | 3F | 24 |
| Octal | 42 | 225 | 226 | 115 | 1 | 0 | 51 | 265 | 77 | 44 |
| Binary | 100010 | 10010101 | 10010110 | 1001101 | 1 | 0 | 101001 | 10110101 | 111111 | 100100 |
Color Harmonies of #229596
Complementary color
Monochromatic Colors of #229596
Black with #229596
Text Example
Text Example
White with #229596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229596; }
p { color: rgb(34,149,150); }
H1.HeaderClassName
{
color: #229596;
}
.AnyTagClassName
{
color: #229596;
}
</style>
background-color css
<style>
a { background-color: #229596; }
a { background-color: rgb(34,149,150); }
div.DivClassName
{
background-color: #229596;
}
.BgClassName
{
background-color: #229596;
}
</style>
border-color css
<style>
span { border-color: #229596; }
span { border-color: rgb(34,149,150); }
td.TdClassName
{
border-color: #229596;
}
.TagClassName
{
border-color: #229596;
}
</style>