Shades of Java #288C94
Tints of Java #288C94
RGB
CMYK
RGB Variations
Color information
#288C94 (or 0x288C94) is known color: Java. HEX triplet: 28, 8C and 94. RGB value is (40,140,148). Sum of RGB (Red+Green+Blue) = 40+140+148=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #288C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C94 is #D7736B. Grayscale: #6E6E6E. Windows color (decimal): -14119788 or 9735208. OLE color: 9735208.
HSL color Cylindrical-coordinate representation of color #288C94: hue angle of 184.44º 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 #288C94 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 140 | 148 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.42 |
| HSL | 184.44º | 0.57% | 0.37% | - |
| HSV(B) | 184.44º | 0.73% | 0.58% | - |
| XYZ | 15.6 | 21.35 | 31.31 | - |
| YUV | 111.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 148 | 0.73 | 0.05 | 0 | 0.42 | 184.44 | 0.57 | 0.37 |
| Hex | 28 | 8C | 94 | 49 | 5 | 0 | 2A | B8 | 39 | 25 |
| Octal | 50 | 214 | 224 | 111 | 5 | 0 | 52 | 270 | 71 | 45 |
| Binary | 101000 | 10001100 | 10010100 | 1001001 | 101 | 0 | 101010 | 10111000 | 111001 | 100101 |
Color Harmonies of #288C94
Complementary color
Monochromatic Colors of #288C94
Black with #288C94
Text Example
Text Example
White with #288C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C94; }
p { color: rgb(40,140,148); }
H1.HeaderClassName
{
color: #288C94;
}
.AnyTagClassName
{
color: #288C94;
}
</style>
background-color css
<style>
a { background-color: #288C94; }
a { background-color: rgb(40,140,148); }
div.DivClassName
{
background-color: #288C94;
}
.BgClassName
{
background-color: #288C94;
}
</style>
border-color css
<style>
span { border-color: #288C94; }
span { border-color: rgb(40,140,148); }
td.TdClassName
{
border-color: #288C94;
}
.TagClassName
{
border-color: #288C94;
}
</style>