Shades of Java #288E93
Tints of Java #288E93
RGB
CMYK
RGB Variations
Color information
#288E93 (or 0x288E93) is known color: Java. HEX triplet: 28, 8E and 93. RGB value is (40,142,147). Sum of RGB (Red+Green+Blue) = 40+142+147=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #288E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E93 is #D7716C. Grayscale: #6F6F6F. Windows color (decimal): -14119277 or 9670184. OLE color: 9670184.
HSL color Cylindrical-coordinate representation of color #288E93: hue angle of 182.8º degrees, saturation: 0.57, 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 #288E93 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 142 | 147 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.42 |
| HSL | 182.8º | 0.57% | 0.37% | - |
| HSV(B) | 182.8º | 0.73% | 0.58% | - |
| XYZ | 15.81 | 21.9 | 31 | - |
| YUV | 112.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 147 | 0.73 | 0.03 | 0 | 0.42 | 182.8 | 0.57 | 0.37 |
| Hex | 28 | 8E | 93 | 49 | 3 | 0 | 2A | B7 | 39 | 25 |
| Octal | 50 | 216 | 223 | 111 | 3 | 0 | 52 | 267 | 71 | 45 |
| Binary | 101000 | 10001110 | 10010011 | 1001001 | 11 | 0 | 101010 | 10110111 | 111001 | 100101 |
Color Harmonies of #288E93
Complementary color
Monochromatic Colors of #288E93
Black with #288E93
Text Example
Text Example
White with #288E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E93; }
p { color: rgb(40,142,147); }
H1.HeaderClassName
{
color: #288E93;
}
.AnyTagClassName
{
color: #288E93;
}
</style>
background-color css
<style>
a { background-color: #288E93; }
a { background-color: rgb(40,142,147); }
div.DivClassName
{
background-color: #288E93;
}
.BgClassName
{
background-color: #288E93;
}
</style>
border-color css
<style>
span { border-color: #288E93; }
span { border-color: rgb(40,142,147); }
td.TdClassName
{
border-color: #288E93;
}
.TagClassName
{
border-color: #288E93;
}
</style>