Shades of Java #229E9F
Tints of Java #229E9F
RGB
CMYK
RGB Variations
Color information
#229E9F (or 0x229E9F) is known color: Java. HEX triplet: 22, 9E and 9F. RGB value is (34,158,159). Sum of RGB (Red+Green+Blue) = 34+158+159=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #229E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229E9F is #DD6160. Grayscale: #787878. Windows color (decimal): -14508385 or 10460706. OLE color: 10460706.
HSL color Cylindrical-coordinate representation of color #229E9F: hue angle of 180.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229E9F is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 159 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.38 |
| HSL | 180.48º | 0.65% | 0.38% | - |
| HSV(B) | 180.48º | 0.79% | 0.62% | - |
| XYZ | 19.14 | 27.3 | 37.06 | - |
| YUV | 121.04 | 149.42 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 159 | 0.79 | 0.01 | 0 | 0.38 | 180.48 | 0.65 | 0.38 |
| Hex | 22 | 9E | 9F | 4F | 1 | 0 | 26 | B4 | 41 | 26 |
| Octal | 42 | 236 | 237 | 117 | 1 | 0 | 46 | 264 | 101 | 46 |
| Binary | 100010 | 10011110 | 10011111 | 1001111 | 1 | 0 | 100110 | 10110100 | 1000001 | 100110 |
Color Harmonies of #229E9F
Complementary color
Monochromatic Colors of #229E9F
Black with #229E9F
Text Example
Text Example
White with #229E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E9F; }
p { color: rgb(34,158,159); }
H1.HeaderClassName
{
color: #229E9F;
}
.AnyTagClassName
{
color: #229E9F;
}
</style>
background-color css
<style>
a { background-color: #229E9F; }
a { background-color: rgb(34,158,159); }
div.DivClassName
{
background-color: #229E9F;
}
.BgClassName
{
background-color: #229E9F;
}
</style>
border-color css
<style>
span { border-color: #229E9F; }
span { border-color: rgb(34,158,159); }
td.TdClassName
{
border-color: #229E9F;
}
.TagClassName
{
border-color: #229E9F;
}
</style>