Shades of Java #229A9D
Tints of Java #229A9D
RGB
CMYK
RGB Variations
Color information
#229A9D (or 0x229A9D) is known color: Java. HEX triplet: 22, 9A and 9D. RGB value is (34,154,157). Sum of RGB (Red+Green+Blue) = 34+154+157=345 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.86% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #229A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229A9D is #DD6562. Grayscale: #767676. Windows color (decimal): -14509411 or 10328610. OLE color: 10328610.
HSL color Cylindrical-coordinate representation of color #229A9D: hue angle of 181.46º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229A9D is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 154 | 157 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.38 |
| HSL | 181.46º | 0.64% | 0.37% | - |
| HSV(B) | 181.46º | 0.78% | 0.62% | - |
| XYZ | 18.3 | 25.89 | 35.93 | - |
| YUV | 118.46 | 149.74 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 157 | 0.78 | 0.02 | 0 | 0.38 | 181.46 | 0.64 | 0.37 |
| Hex | 22 | 9A | 9D | 4E | 2 | 0 | 26 | B5 | 40 | 25 |
| Octal | 42 | 232 | 235 | 116 | 2 | 0 | 46 | 265 | 100 | 45 |
| Binary | 100010 | 10011010 | 10011101 | 1001110 | 10 | 0 | 100110 | 10110101 | 1000000 | 100101 |
Color Harmonies of #229A9D
Complementary color
Monochromatic Colors of #229A9D
Black with #229A9D
Text Example
Text Example
White with #229A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229A9D; }
p { color: rgb(34,154,157); }
H1.HeaderClassName
{
color: #229A9D;
}
.AnyTagClassName
{
color: #229A9D;
}
</style>
background-color css
<style>
a { background-color: #229A9D; }
a { background-color: rgb(34,154,157); }
div.DivClassName
{
background-color: #229A9D;
}
.BgClassName
{
background-color: #229A9D;
}
</style>
border-color css
<style>
span { border-color: #229A9D; }
span { border-color: rgb(34,154,157); }
td.TdClassName
{
border-color: #229A9D;
}
.TagClassName
{
border-color: #229A9D;
}
</style>