Shades of Java #229898
Tints of Java #229898
RGB
CMYK
RGB Variations
Color information
#229898 (or 0x229898) is known color: Java. HEX triplet: 22, 98 and 98. RGB value is (34,152,152). Sum of RGB (Red+Green+Blue) = 34+152+152=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #229898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229898 is #DD6767. Grayscale: #747474. Windows color (decimal): -14509928 or 10000418. OLE color: 10000418.
HSL color Cylindrical-coordinate representation of color #229898: hue angle of 180º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229898 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 152 | 152 | - |
| CMYK | 0.78 | 0 | 0 | 0.40 |
| HSL | 180º | 0.63% | 0.36% | - |
| HSV(B) | 180º | 0.78% | 0.6% | - |
| XYZ | 17.56 | 25.06 | 33.62 | - |
| YUV | 116.72 | 147.91 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 152 | 0.78 | 0 | 0 | 0.40 | 180 | 0.63 | 0.36 |
| Hex | 22 | 98 | 98 | 4E | 0 | 0 | 28 | B4 | 3F | 24 |
| Octal | 42 | 230 | 230 | 116 | 0 | 0 | 50 | 264 | 77 | 44 |
| Binary | 100010 | 10011000 | 10011000 | 1001110 | 0 | 0 | 101000 | 10110100 | 111111 | 100100 |
Color Harmonies of #229898
Complementary color
Monochromatic Colors of #229898
Black with #229898
Text Example
Text Example
White with #229898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229898; }
p { color: rgb(34,152,152); }
H1.HeaderClassName
{
color: #229898;
}
.AnyTagClassName
{
color: #229898;
}
</style>
background-color css
<style>
a { background-color: #229898; }
a { background-color: rgb(34,152,152); }
div.DivClassName
{
background-color: #229898;
}
.BgClassName
{
background-color: #229898;
}
</style>
border-color css
<style>
span { border-color: #229898; }
span { border-color: rgb(34,152,152); }
td.TdClassName
{
border-color: #229898;
}
.TagClassName
{
border-color: #229898;
}
</style>