Shades of Java #229795
Tints of Java #229795
RGB
CMYK
RGB Variations
Color information
#229795 (or 0x229795) is known color: Java. HEX triplet: 22, 97 and 95. RGB value is (34,151,149). Sum of RGB (Red+Green+Blue) = 34+151+149=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #229795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229795 is #DD686A. Grayscale: #737373. Windows color (decimal): -14510187 or 9803554. OLE color: 9803554.
HSL color Cylindrical-coordinate representation of color #229795: hue angle of 178.97º 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 #229795 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 151 | 149 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.41 |
| HSL | 178.97º | 0.63% | 0.36% | - |
| HSV(B) | 178.97º | 0.77% | 0.59% | - |
| XYZ | 17.15 | 24.64 | 32.29 | - |
| YUV | 115.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 151 | 149 | 0.77 | 0 | 0.01 | 0.41 | 178.97 | 0.63 | 0.36 |
| Hex | 22 | 97 | 95 | 4D | 0 | 1 | 29 | B3 | 3F | 24 |
| Octal | 42 | 227 | 225 | 115 | 0 | 1 | 51 | 263 | 77 | 44 |
| Binary | 100010 | 10010111 | 10010101 | 1001101 | 0 | 1 | 101001 | 10110011 | 111111 | 100100 |
Color Harmonies of #229795
Complementary color
Monochromatic Colors of #229795
Black with #229795
Text Example
Text Example
White with #229795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229795; }
p { color: rgb(34,151,149); }
H1.HeaderClassName
{
color: #229795;
}
.AnyTagClassName
{
color: #229795;
}
</style>
background-color css
<style>
a { background-color: #229795; }
a { background-color: rgb(34,151,149); }
div.DivClassName
{
background-color: #229795;
}
.BgClassName
{
background-color: #229795;
}
</style>
border-color css
<style>
span { border-color: #229795; }
span { border-color: rgb(34,151,149); }
td.TdClassName
{
border-color: #229795;
}
.TagClassName
{
border-color: #229795;
}
</style>