Shades of Java #229195
Tints of Java #229195
RGB
CMYK
RGB Variations
Color information
#229195 (or 0x229195) is known color: Java. HEX triplet: 22, 91 and 95. RGB value is (34,145,149). Sum of RGB (Red+Green+Blue) = 34+145+149=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #229195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229195 is #DD6E6A. Grayscale: #707070. Windows color (decimal): -14511723 or 9802018. OLE color: 9802018.
HSL color Cylindrical-coordinate representation of color #229195: hue angle of 182.09º 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 #229195 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 145 | 149 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.42 |
| HSL | 182.09º | 0.63% | 0.36% | - |
| HSV(B) | 182.09º | 0.77% | 0.58% | - |
| XYZ | 16.21 | 22.76 | 31.97 | - |
| YUV | 112.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 145 | 149 | 0.77 | 0.03 | 0 | 0.42 | 182.09 | 0.63 | 0.36 |
| Hex | 22 | 91 | 95 | 4D | 3 | 0 | 2A | B6 | 3F | 24 |
| Octal | 42 | 221 | 225 | 115 | 3 | 0 | 52 | 266 | 77 | 44 |
| Binary | 100010 | 10010001 | 10010101 | 1001101 | 11 | 0 | 101010 | 10110110 | 111111 | 100100 |
Color Harmonies of #229195
Complementary color
Monochromatic Colors of #229195
Black with #229195
Text Example
Text Example
White with #229195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229195; }
p { color: rgb(34,145,149); }
H1.HeaderClassName
{
color: #229195;
}
.AnyTagClassName
{
color: #229195;
}
</style>
background-color css
<style>
a { background-color: #229195; }
a { background-color: rgb(34,145,149); }
div.DivClassName
{
background-color: #229195;
}
.BgClassName
{
background-color: #229195;
}
</style>
border-color css
<style>
span { border-color: #229195; }
span { border-color: rgb(34,145,149); }
td.TdClassName
{
border-color: #229195;
}
.TagClassName
{
border-color: #229195;
}
</style>