Shades of Java #288D95
Tints of Java #288D95
RGB
CMYK
RGB Variations
Color information
#288D95 (or 0x288D95) is known color: Java. HEX triplet: 28, 8D and 95. RGB value is (40,141,149). Sum of RGB (Red+Green+Blue) = 40+141+149=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #288D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D95 is #D7726A. Grayscale: #6F6F6F. Windows color (decimal): -14119531 or 9801000. OLE color: 9801000.
HSL color Cylindrical-coordinate representation of color #288D95: hue angle of 184.4º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288D95 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 141 | 149 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.42 |
| HSL | 184.4º | 0.58% | 0.37% | - |
| HSV(B) | 184.4º | 0.73% | 0.58% | - |
| XYZ | 15.82 | 21.67 | 31.78 | - |
| YUV | 111.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 149 | 0.73 | 0.05 | 0 | 0.42 | 184.4 | 0.58 | 0.37 |
| Hex | 28 | 8D | 95 | 49 | 5 | 0 | 2A | B8 | 3A | 25 |
| Octal | 50 | 215 | 225 | 111 | 5 | 0 | 52 | 270 | 72 | 45 |
| Binary | 101000 | 10001101 | 10010101 | 1001001 | 101 | 0 | 101010 | 10111000 | 111010 | 100101 |
Color Harmonies of #288D95
Complementary color
Monochromatic Colors of #288D95
Black with #288D95
Text Example
Text Example
White with #288D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D95; }
p { color: rgb(40,141,149); }
H1.HeaderClassName
{
color: #288D95;
}
.AnyTagClassName
{
color: #288D95;
}
</style>
background-color css
<style>
a { background-color: #288D95; }
a { background-color: rgb(40,141,149); }
div.DivClassName
{
background-color: #288D95;
}
.BgClassName
{
background-color: #288D95;
}
</style>
border-color css
<style>
span { border-color: #288D95; }
span { border-color: rgb(40,141,149); }
td.TdClassName
{
border-color: #288D95;
}
.TagClassName
{
border-color: #288D95;
}
</style>