Shades of Java #229994
Tints of Java #229994
RGB
CMYK
RGB Variations
Color information
#229994 (or 0x229994) is known color: Java. HEX triplet: 22, 99 and 94. RGB value is (34,153,148). Sum of RGB (Red+Green+Blue) = 34+153+148=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #229994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229994 is #DD666B. Grayscale: #747474. Windows color (decimal): -14509676 or 9738530. OLE color: 9738530.
HSL color Cylindrical-coordinate representation of color #229994: hue angle of 177.48º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229994 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 153 | 148 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.4 |
| HSL | 177.48º | 0.64% | 0.37% | - |
| HSV(B) | 177.48º | 0.78% | 0.6% | - |
| XYZ | 17.4 | 25.26 | 31.98 | - |
| YUV | 116.85 | 145.58 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 148 | 0.78 | 0 | 0.03 | 0.4 | 177.48 | 0.64 | 0.37 |
| Hex | 22 | 99 | 94 | 4E | 0 | 3 | 28 | B1 | 40 | 25 |
| Octal | 42 | 231 | 224 | 116 | 0 | 3 | 50 | 261 | 100 | 45 |
| Binary | 100010 | 10011001 | 10010100 | 1001110 | 0 | 11 | 101000 | 10110001 | 1000000 | 100101 |
Color Harmonies of #229994
Complementary color
Monochromatic Colors of #229994
Black with #229994
Text Example
Text Example
White with #229994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229994; }
p { color: rgb(34,153,148); }
H1.HeaderClassName
{
color: #229994;
}
.AnyTagClassName
{
color: #229994;
}
</style>
background-color css
<style>
a { background-color: #229994; }
a { background-color: rgb(34,153,148); }
div.DivClassName
{
background-color: #229994;
}
.BgClassName
{
background-color: #229994;
}
</style>
border-color css
<style>
span { border-color: #229994; }
span { border-color: rgb(34,153,148); }
td.TdClassName
{
border-color: #229994;
}
.TagClassName
{
border-color: #229994;
}
</style>