Shades of Java #229182
Tints of Java #229182
RGB
CMYK
RGB Variations
Color information
#229182 (or 0x229182) is known color: Java. HEX triplet: 22, 91 and 82. RGB value is (34,145,130). Sum of RGB (Red+Green+Blue) = 34+145+130=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #229182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229182 is #DD6E7D. Grayscale: #6E6E6E. Windows color (decimal): -14511742 or 8556834. OLE color: 8556834.
HSL color Cylindrical-coordinate representation of color #229182: hue angle of 171.89º 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 #229182 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 145 | 130 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.43 |
| HSL | 171.89º | 0.62% | 0.35% | - |
| HSV(B) | 171.89º | 0.77% | 0.57% | - |
| XYZ | 14.81 | 22.2 | 24.62 | - |
| YUV | 110.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 145 | 130 | 0.77 | 0 | 0.10 | 0.43 | 171.89 | 0.62 | 0.35 |
| Hex | 22 | 91 | 82 | 4D | 0 | A | 2B | AC | 3E | 23 |
| Octal | 42 | 221 | 202 | 115 | 0 | 12 | 53 | 254 | 76 | 43 |
| Binary | 100010 | 10010001 | 10000010 | 1001101 | 0 | 1010 | 101011 | 10101100 | 111110 | 100011 |
Color Harmonies of #229182
Complementary color
Monochromatic Colors of #229182
Black with #229182
Text Example
Text Example
White with #229182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229182; }
p { color: rgb(34,145,130); }
H1.HeaderClassName
{
color: #229182;
}
.AnyTagClassName
{
color: #229182;
}
</style>
background-color css
<style>
a { background-color: #229182; }
a { background-color: rgb(34,145,130); }
div.DivClassName
{
background-color: #229182;
}
.BgClassName
{
background-color: #229182;
}
</style>
border-color css
<style>
span { border-color: #229182; }
span { border-color: rgb(34,145,130); }
td.TdClassName
{
border-color: #229182;
}
.TagClassName
{
border-color: #229182;
}
</style>