Shades of Java #228988
Tints of Java #228988
RGB
CMYK
RGB Variations
Color information
#228988 (or 0x228988) is known color: Java. HEX triplet: 22, 89 and 88. RGB value is (34,137,136). Sum of RGB (Red+Green+Blue) = 34+137+136=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #228988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228988 is #DD7677. Grayscale: #696969. Windows color (decimal): -14513784 or 8948002. OLE color: 8948002.
HSL color Cylindrical-coordinate representation of color #228988: hue angle of 179.42º 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 #228988 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 137 | 136 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.46 |
| HSL | 179.42º | 0.6% | 0.34% | - |
| HSV(B) | 179.42º | 0.75% | 0.54% | - |
| XYZ | 14.05 | 20.01 | 26.41 | - |
| YUV | 106.09 | 144.88 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 137 | 136 | 0.75 | 0 | 0.01 | 0.46 | 179.42 | 0.6 | 0.34 |
| Hex | 22 | 89 | 88 | 4B | 0 | 1 | 2E | B3 | 3C | 22 |
| Octal | 42 | 211 | 210 | 113 | 0 | 1 | 56 | 263 | 74 | 42 |
| Binary | 100010 | 10001001 | 10001000 | 1001011 | 0 | 1 | 101110 | 10110011 | 111100 | 100010 |
Color Harmonies of #228988
Complementary color
Monochromatic Colors of #228988
Black with #228988
Text Example
Text Example
White with #228988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228988; }
p { color: rgb(34,137,136); }
H1.HeaderClassName
{
color: #228988;
}
.AnyTagClassName
{
color: #228988;
}
</style>
background-color css
<style>
a { background-color: #228988; }
a { background-color: rgb(34,137,136); }
div.DivClassName
{
background-color: #228988;
}
.BgClassName
{
background-color: #228988;
}
</style>
border-color css
<style>
span { border-color: #228988; }
span { border-color: rgb(34,137,136); }
td.TdClassName
{
border-color: #228988;
}
.TagClassName
{
border-color: #228988;
}
</style>