Shades of Java #288989
Tints of Java #288989
RGB
CMYK
RGB Variations
Color information
#288989 (or 0x288989) is known color: Java. HEX triplet: 28, 89 and 89. RGB value is (40,137,137). Sum of RGB (Red+Green+Blue) = 40+137+137=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #288989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288989 is #D77676. Grayscale: #6B6B6B. Windows color (decimal): -14120567 or 9013544. OLE color: 9013544.
HSL color Cylindrical-coordinate representation of color #288989: hue angle of 180º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288989 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 137 | - |
| CMYK | 0.71 | 0 | 0 | 0.46 |
| HSL | 180º | 0.55% | 0.35% | - |
| HSV(B) | 180º | 0.71% | 0.54% | - |
| XYZ | 14.34 | 20.15 | 26.8 | - |
| YUV | 108 | 144.36 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 137 | 0.71 | 0 | 0 | 0.46 | 180 | 0.55 | 0.35 |
| Hex | 28 | 89 | 89 | 47 | 0 | 0 | 2E | B4 | 37 | 23 |
| Octal | 50 | 211 | 211 | 107 | 0 | 0 | 56 | 264 | 67 | 43 |
| Binary | 101000 | 10001001 | 10001001 | 1000111 | 0 | 0 | 101110 | 10110100 | 110111 | 100011 |
Color Harmonies of #288989
Complementary color
Monochromatic Colors of #288989
Black with #288989
Text Example
Text Example
White with #288989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288989; }
p { color: rgb(40,137,137); }
H1.HeaderClassName
{
color: #288989;
}
.AnyTagClassName
{
color: #288989;
}
</style>
background-color css
<style>
a { background-color: #288989; }
a { background-color: rgb(40,137,137); }
div.DivClassName
{
background-color: #288989;
}
.BgClassName
{
background-color: #288989;
}
</style>
border-color css
<style>
span { border-color: #288989; }
span { border-color: rgb(40,137,137); }
td.TdClassName
{
border-color: #288989;
}
.TagClassName
{
border-color: #288989;
}
</style>