Shades of Java #229585
Tints of Java #229585
RGB
CMYK
RGB Variations
Color information
#229585 (or 0x229585) is known color: Java. HEX triplet: 22, 95 and 85. RGB value is (34,149,133). Sum of RGB (Red+Green+Blue) = 34+149+133=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #229585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229585 is #DD6A7A. Grayscale: #707070. Windows color (decimal): -14510715 or 8754466. OLE color: 8754466.
HSL color Cylindrical-coordinate representation of color #229585: hue angle of 171.65º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229585 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 149 | 133 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.42 |
| HSL | 171.65º | 0.63% | 0.36% | - |
| HSV(B) | 171.65º | 0.77% | 0.58% | - |
| XYZ | 15.64 | 23.53 | 25.91 | - |
| YUV | 112.79 | 139.4 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 133 | 0.77 | 0 | 0.11 | 0.42 | 171.65 | 0.63 | 0.36 |
| Hex | 22 | 95 | 85 | 4D | 0 | B | 2A | AC | 3F | 24 |
| Octal | 42 | 225 | 205 | 115 | 0 | 13 | 52 | 254 | 77 | 44 |
| Binary | 100010 | 10010101 | 10000101 | 1001101 | 0 | 1011 | 101010 | 10101100 | 111111 | 100100 |
Color Harmonies of #229585
Complementary color
Monochromatic Colors of #229585
Black with #229585
Text Example
Text Example
White with #229585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229585; }
p { color: rgb(34,149,133); }
H1.HeaderClassName
{
color: #229585;
}
.AnyTagClassName
{
color: #229585;
}
</style>
background-color css
<style>
a { background-color: #229585; }
a { background-color: rgb(34,149,133); }
div.DivClassName
{
background-color: #229585;
}
.BgClassName
{
background-color: #229585;
}
</style>
border-color css
<style>
span { border-color: #229585; }
span { border-color: rgb(34,149,133); }
td.TdClassName
{
border-color: #229585;
}
.TagClassName
{
border-color: #229585;
}
</style>