Shades of Java #229494
Tints of Java #229494
RGB
CMYK
RGB Variations
Color information
#229494 (or 0x229494) is known color: Java. HEX triplet: 22, 94 and 94. RGB value is (34,148,148). Sum of RGB (Red+Green+Blue) = 34+148+148=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #229494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229494 is #DD6B6B. Grayscale: #717171. Windows color (decimal): -14510956 or 9737250. OLE color: 9737250.
HSL color Cylindrical-coordinate representation of color #229494: hue angle of 180º 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 #229494 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 148 | 148 | - |
| CMYK | 0.77 | 0 | 0 | 0.42 |
| HSL | 180º | 0.63% | 0.36% | - |
| HSV(B) | 180º | 0.77% | 0.58% | - |
| XYZ | 16.59 | 23.66 | 31.71 | - |
| YUV | 113.91 | 147.23 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 148 | 148 | 0.77 | 0 | 0 | 0.42 | 180 | 0.63 | 0.36 |
| Hex | 22 | 94 | 94 | 4D | 0 | 0 | 2A | B4 | 3F | 24 |
| Octal | 42 | 224 | 224 | 115 | 0 | 0 | 52 | 264 | 77 | 44 |
| Binary | 100010 | 10010100 | 10010100 | 1001101 | 0 | 0 | 101010 | 10110100 | 111111 | 100100 |
Color Harmonies of #229494
Complementary color
Monochromatic Colors of #229494
Black with #229494
Text Example
Text Example
White with #229494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229494; }
p { color: rgb(34,148,148); }
H1.HeaderClassName
{
color: #229494;
}
.AnyTagClassName
{
color: #229494;
}
</style>
background-color css
<style>
a { background-color: #229494; }
a { background-color: rgb(34,148,148); }
div.DivClassName
{
background-color: #229494;
}
.BgClassName
{
background-color: #229494;
}
</style>
border-color css
<style>
span { border-color: #229494; }
span { border-color: rgb(34,148,148); }
td.TdClassName
{
border-color: #229494;
}
.TagClassName
{
border-color: #229494;
}
</style>