Shades of Java #288C95
Tints of Java #288C95
RGB
CMYK
RGB Variations
Color information
#288C95 (or 0x288C95) is known color: Java. HEX triplet: 28, 8C and 95. RGB value is (40,140,149). Sum of RGB (Red+Green+Blue) = 40+140+149=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #288C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C95 is #D7736A. Grayscale: #6E6E6E. Windows color (decimal): -14119787 or 9800744. OLE color: 9800744.
HSL color Cylindrical-coordinate representation of color #288C95: hue angle of 184.95º 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 #288C95 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 140 | 149 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.42 |
| HSL | 184.95º | 0.58% | 0.37% | - |
| HSV(B) | 184.95º | 0.73% | 0.58% | - |
| XYZ | 15.68 | 21.38 | 31.73 | - |
| YUV | 111.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 149 | 0.73 | 0.06 | 0 | 0.42 | 184.95 | 0.58 | 0.37 |
| Hex | 28 | 8C | 95 | 49 | 6 | 0 | 2A | B9 | 3A | 25 |
| Octal | 50 | 214 | 225 | 111 | 6 | 0 | 52 | 271 | 72 | 45 |
| Binary | 101000 | 10001100 | 10010101 | 1001001 | 110 | 0 | 101010 | 10111001 | 111010 | 100101 |
Color Harmonies of #288C95
Complementary color
Monochromatic Colors of #288C95
Black with #288C95
Text Example
Text Example
White with #288C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C95; }
p { color: rgb(40,140,149); }
H1.HeaderClassName
{
color: #288C95;
}
.AnyTagClassName
{
color: #288C95;
}
</style>
background-color css
<style>
a { background-color: #288C95; }
a { background-color: rgb(40,140,149); }
div.DivClassName
{
background-color: #288C95;
}
.BgClassName
{
background-color: #288C95;
}
</style>
border-color css
<style>
span { border-color: #288C95; }
span { border-color: rgb(40,140,149); }
td.TdClassName
{
border-color: #288C95;
}
.TagClassName
{
border-color: #288C95;
}
</style>