Shades of Java #288B8E
Tints of Java #288B8E
RGB
CMYK
RGB Variations
Color information
#288B8E (or 0x288B8E) is known color: Java. HEX triplet: 28, 8B and 8E. RGB value is (40,139,142). Sum of RGB (Red+Green+Blue) = 40+139+142=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #288B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B8E is #D77471. Grayscale: #6D6D6D. Windows color (decimal): -14120050 or 9341736. OLE color: 9341736.
HSL color Cylindrical-coordinate representation of color #288B8E: hue angle of 181.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288B8E is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 139 | 142 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.44 |
| HSL | 181.76º | 0.56% | 0.36% | - |
| HSV(B) | 181.76º | 0.72% | 0.56% | - |
| XYZ | 14.99 | 20.87 | 28.83 | - |
| YUV | 109.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 142 | 0.72 | 0.02 | 0 | 0.44 | 181.76 | 0.56 | 0.36 |
| Hex | 28 | 8B | 8E | 48 | 2 | 0 | 2C | B6 | 38 | 24 |
| Octal | 50 | 213 | 216 | 110 | 2 | 0 | 54 | 266 | 70 | 44 |
| Binary | 101000 | 10001011 | 10001110 | 1001000 | 10 | 0 | 101100 | 10110110 | 111000 | 100100 |
Color Harmonies of #288B8E
Complementary color
Monochromatic Colors of #288B8E
Black with #288B8E
Text Example
Text Example
White with #288B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B8E; }
p { color: rgb(40,139,142); }
H1.HeaderClassName
{
color: #288B8E;
}
.AnyTagClassName
{
color: #288B8E;
}
</style>
background-color css
<style>
a { background-color: #288B8E; }
a { background-color: rgb(40,139,142); }
div.DivClassName
{
background-color: #288B8E;
}
.BgClassName
{
background-color: #288B8E;
}
</style>
border-color css
<style>
span { border-color: #288B8E; }
span { border-color: rgb(40,139,142); }
td.TdClassName
{
border-color: #288B8E;
}
.TagClassName
{
border-color: #288B8E;
}
</style>