Shades of Java #288C8D
Tints of Java #288C8D
RGB
CMYK
RGB Variations
Color information
#288C8D (or 0x288C8D) is known color: Java. HEX triplet: 28, 8C and 8D. RGB value is (40,140,141). Sum of RGB (Red+Green+Blue) = 40+140+141=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #288C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C8D is #D77372. Grayscale: #6E6E6E. Windows color (decimal): -14119795 or 9276456. OLE color: 9276456.
HSL color Cylindrical-coordinate representation of color #288C8D: hue angle of 180.59º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288C8D is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 141 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.45 |
| HSL | 180.59º | 0.56% | 0.35% | - |
| HSV(B) | 180.59º | 0.72% | 0.55% | - |
| XYZ | 15.06 | 21.13 | 28.48 | - |
| YUV | 110.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 141 | 0.72 | 0.01 | 0 | 0.45 | 180.59 | 0.56 | 0.35 |
| Hex | 28 | 8C | 8D | 48 | 1 | 0 | 2D | B5 | 38 | 23 |
| Octal | 50 | 214 | 215 | 110 | 1 | 0 | 55 | 265 | 70 | 43 |
| Binary | 101000 | 10001100 | 10001101 | 1001000 | 1 | 0 | 101101 | 10110101 | 111000 | 100011 |
Color Harmonies of #288C8D
Complementary color
Monochromatic Colors of #288C8D
Black with #288C8D
Text Example
Text Example
White with #288C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C8D; }
p { color: rgb(40,140,141); }
H1.HeaderClassName
{
color: #288C8D;
}
.AnyTagClassName
{
color: #288C8D;
}
</style>
background-color css
<style>
a { background-color: #288C8D; }
a { background-color: rgb(40,140,141); }
div.DivClassName
{
background-color: #288C8D;
}
.BgClassName
{
background-color: #288C8D;
}
</style>
border-color css
<style>
span { border-color: #288C8D; }
span { border-color: rgb(40,140,141); }
td.TdClassName
{
border-color: #288C8D;
}
.TagClassName
{
border-color: #288C8D;
}
</style>