Shades of Java #228889
Tints of Java #228889
RGB
CMYK
RGB Variations
Color information
#228889 (or 0x228889) is known color: Java. HEX triplet: 22, 88 and 89. RGB value is (34,136,137). Sum of RGB (Red+Green+Blue) = 34+136+137=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #228889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228889 is #DD7776. Grayscale: #696969. Windows color (decimal): -14514039 or 9013282. OLE color: 9013282.
HSL color Cylindrical-coordinate representation of color #228889: hue angle of 180.58º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228889 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 136 | 137 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.46 |
| HSL | 180.58º | 0.6% | 0.34% | - |
| HSV(B) | 180.58º | 0.75% | 0.54% | - |
| XYZ | 13.98 | 19.75 | 26.74 | - |
| YUV | 105.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 137 | 0.75 | 0.01 | 0 | 0.46 | 180.58 | 0.6 | 0.34 |
| Hex | 22 | 88 | 89 | 4B | 1 | 0 | 2E | B5 | 3C | 22 |
| Octal | 42 | 210 | 211 | 113 | 1 | 0 | 56 | 265 | 74 | 42 |
| Binary | 100010 | 10001000 | 10001001 | 1001011 | 1 | 0 | 101110 | 10110101 | 111100 | 100010 |
Color Harmonies of #228889
Complementary color
Monochromatic Colors of #228889
Black with #228889
Text Example
Text Example
White with #228889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228889; }
p { color: rgb(34,136,137); }
H1.HeaderClassName
{
color: #228889;
}
.AnyTagClassName
{
color: #228889;
}
</style>
background-color css
<style>
a { background-color: #228889; }
a { background-color: rgb(34,136,137); }
div.DivClassName
{
background-color: #228889;
}
.BgClassName
{
background-color: #228889;
}
</style>
border-color css
<style>
span { border-color: #228889; }
span { border-color: rgb(34,136,137); }
td.TdClassName
{
border-color: #228889;
}
.TagClassName
{
border-color: #228889;
}
</style>