Shades of Java #229282
Tints of Java #229282
RGB
CMYK
RGB Variations
Color information
#229282 (or 0x229282) is known color: Java. HEX triplet: 22, 92 and 82. RGB value is (34,146,130). Sum of RGB (Red+Green+Blue) = 34+146+130=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #229282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229282 is #DD6D7D. Grayscale: #6E6E6E. Windows color (decimal): -14511486 or 8557090. OLE color: 8557090.
HSL color Cylindrical-coordinate representation of color #229282: hue angle of 171.43º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229282 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 146 | 130 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.43 |
| HSL | 171.43º | 0.62% | 0.35% | - |
| HSV(B) | 171.43º | 0.77% | 0.57% | - |
| XYZ | 14.97 | 22.51 | 24.67 | - |
| YUV | 110.69 | 138.89 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 146 | 130 | 0.77 | 0 | 0.11 | 0.43 | 171.43 | 0.62 | 0.35 |
| Hex | 22 | 92 | 82 | 4D | 0 | B | 2B | AB | 3E | 23 |
| Octal | 42 | 222 | 202 | 115 | 0 | 13 | 53 | 253 | 76 | 43 |
| Binary | 100010 | 10010010 | 10000010 | 1001101 | 0 | 1011 | 101011 | 10101011 | 111110 | 100011 |
Color Harmonies of #229282
Complementary color
Monochromatic Colors of #229282
Black with #229282
Text Example
Text Example
White with #229282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229282; }
p { color: rgb(34,146,130); }
H1.HeaderClassName
{
color: #229282;
}
.AnyTagClassName
{
color: #229282;
}
</style>
background-color css
<style>
a { background-color: #229282; }
a { background-color: rgb(34,146,130); }
div.DivClassName
{
background-color: #229282;
}
.BgClassName
{
background-color: #229282;
}
</style>
border-color css
<style>
span { border-color: #229282; }
span { border-color: rgb(34,146,130); }
td.TdClassName
{
border-color: #229282;
}
.TagClassName
{
border-color: #229282;
}
</style>