Shades of Java #229DA0
Tints of Java #229DA0
RGB
CMYK
RGB Variations
Color information
#229DA0 (or 0x229DA0) is known color: Java. HEX triplet: 22, 9D and A0. RGB value is (34,157,160). Sum of RGB (Red+Green+Blue) = 34+157+160=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #229DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229DA0 is #DD625F. Grayscale: #787878. Windows color (decimal): -14508640 or 10525986. OLE color: 10525986.
HSL color Cylindrical-coordinate representation of color #229DA0: hue angle of 181.43º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229DA0 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 157 | 160 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.37 |
| HSL | 181.43º | 0.65% | 0.38% | - |
| HSV(B) | 181.43º | 0.79% | 0.63% | - |
| XYZ | 19.06 | 26.99 | 37.46 | - |
| YUV | 120.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 160 | 0.79 | 0.02 | 0 | 0.37 | 181.43 | 0.65 | 0.38 |
| Hex | 22 | 9D | A0 | 4F | 2 | 0 | 25 | B5 | 41 | 26 |
| Octal | 42 | 235 | 240 | 117 | 2 | 0 | 45 | 265 | 101 | 46 |
| Binary | 100010 | 10011101 | 10100000 | 1001111 | 10 | 0 | 100101 | 10110101 | 1000001 | 100110 |
Color Harmonies of #229DA0
Complementary color
Monochromatic Colors of #229DA0
Black with #229DA0
Text Example
Text Example
White with #229DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DA0; }
p { color: rgb(34,157,160); }
H1.HeaderClassName
{
color: #229DA0;
}
.AnyTagClassName
{
color: #229DA0;
}
</style>
background-color css
<style>
a { background-color: #229DA0; }
a { background-color: rgb(34,157,160); }
div.DivClassName
{
background-color: #229DA0;
}
.BgClassName
{
background-color: #229DA0;
}
</style>
border-color css
<style>
span { border-color: #229DA0; }
span { border-color: rgb(34,157,160); }
td.TdClassName
{
border-color: #229DA0;
}
.TagClassName
{
border-color: #229DA0;
}
</style>