Shades of Java #229095
Tints of Java #229095
RGB
CMYK
RGB Variations
Color information
#229095 (or 0x229095) is known color: Java. HEX triplet: 22, 90 and 95. RGB value is (34,144,149). Sum of RGB (Red+Green+Blue) = 34+144+149=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #229095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229095 is #DD6F6A. Grayscale: #6F6F6F. Windows color (decimal): -14511979 or 9801762. OLE color: 9801762.
HSL color Cylindrical-coordinate representation of color #229095: hue angle of 182.61º 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 #229095 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 144 | 149 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.42 |
| HSL | 182.61º | 0.63% | 0.36% | - |
| HSV(B) | 182.61º | 0.77% | 0.58% | - |
| XYZ | 16.06 | 22.46 | 31.92 | - |
| YUV | 111.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 149 | 0.77 | 0.03 | 0 | 0.42 | 182.61 | 0.63 | 0.36 |
| Hex | 22 | 90 | 95 | 4D | 3 | 0 | 2A | B7 | 3F | 24 |
| Octal | 42 | 220 | 225 | 115 | 3 | 0 | 52 | 267 | 77 | 44 |
| Binary | 100010 | 10010000 | 10010101 | 1001101 | 11 | 0 | 101010 | 10110111 | 111111 | 100100 |
Color Harmonies of #229095
Complementary color
Monochromatic Colors of #229095
Black with #229095
Text Example
Text Example
White with #229095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229095; }
p { color: rgb(34,144,149); }
H1.HeaderClassName
{
color: #229095;
}
.AnyTagClassName
{
color: #229095;
}
</style>
background-color css
<style>
a { background-color: #229095; }
a { background-color: rgb(34,144,149); }
div.DivClassName
{
background-color: #229095;
}
.BgClassName
{
background-color: #229095;
}
</style>
border-color css
<style>
span { border-color: #229095; }
span { border-color: rgb(34,144,149); }
td.TdClassName
{
border-color: #229095;
}
.TagClassName
{
border-color: #229095;
}
</style>