Shades of Java #288B87
Tints of Java #288B87
RGB
CMYK
RGB Variations
Color information
#288B87 (or 0x288B87) is known color: Java. HEX triplet: 28, 8B and 87. RGB value is (40,139,135). Sum of RGB (Red+Green+Blue) = 40+139+135=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #288B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B87 is #D77478. Grayscale: #6C6C6C. Windows color (decimal): -14120057 or 8882984. OLE color: 8882984.
HSL color Cylindrical-coordinate representation of color #288B87: hue angle of 177.58º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B87 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 135 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.45 |
| HSL | 177.58º | 0.55% | 0.35% | - |
| HSV(B) | 177.58º | 0.71% | 0.55% | - |
| XYZ | 14.48 | 20.67 | 26.15 | - |
| YUV | 108.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 135 | 0.71 | 0 | 0.03 | 0.45 | 177.58 | 0.55 | 0.35 |
| Hex | 28 | 8B | 87 | 47 | 0 | 3 | 2D | B2 | 37 | 23 |
| Octal | 50 | 213 | 207 | 107 | 0 | 3 | 55 | 262 | 67 | 43 |
| Binary | 101000 | 10001011 | 10000111 | 1000111 | 0 | 11 | 101101 | 10110010 | 110111 | 100011 |
Color Harmonies of #288B87
Complementary color
Monochromatic Colors of #288B87
Black with #288B87
Text Example
Text Example
White with #288B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B87; }
p { color: rgb(40,139,135); }
H1.HeaderClassName
{
color: #288B87;
}
.AnyTagClassName
{
color: #288B87;
}
</style>
background-color css
<style>
a { background-color: #288B87; }
a { background-color: rgb(40,139,135); }
div.DivClassName
{
background-color: #288B87;
}
.BgClassName
{
background-color: #288B87;
}
</style>
border-color css
<style>
span { border-color: #288B87; }
span { border-color: rgb(40,139,135); }
td.TdClassName
{
border-color: #288B87;
}
.TagClassName
{
border-color: #288B87;
}
</style>