Shades of Java #288B8C
Tints of Java #288B8C
RGB
CMYK
RGB Variations
Color information
#288B8C (or 0x288B8C) is known color: Java. HEX triplet: 28, 8B and 8C. RGB value is (40,139,140). Sum of RGB (Red+Green+Blue) = 40+139+140=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #288B8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B8C is #D77473. Grayscale: #6D6D6D. Windows color (decimal): -14120052 or 9210664. OLE color: 9210664.
HSL color Cylindrical-coordinate representation of color #288B8C: hue angle of 180.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B8C is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 140 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.45 |
| HSL | 180.6º | 0.56% | 0.35% | - |
| HSV(B) | 180.6º | 0.71% | 0.55% | - |
| XYZ | 14.84 | 20.81 | 28.05 | - |
| YUV | 109.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 140 | 0.71 | 0.01 | 0 | 0.45 | 180.6 | 0.56 | 0.35 |
| Hex | 28 | 8B | 8C | 47 | 1 | 0 | 2D | B5 | 38 | 23 |
| Octal | 50 | 213 | 214 | 107 | 1 | 0 | 55 | 265 | 70 | 43 |
| Binary | 101000 | 10001011 | 10001100 | 1000111 | 1 | 0 | 101101 | 10110101 | 111000 | 100011 |
Color Harmonies of #288B8C
Complementary color
Monochromatic Colors of #288B8C
Black with #288B8C
Text Example
Text Example
White with #288B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B8C; }
p { color: rgb(40,139,140); }
H1.HeaderClassName
{
color: #288B8C;
}
.AnyTagClassName
{
color: #288B8C;
}
</style>
background-color css
<style>
a { background-color: #288B8C; }
a { background-color: rgb(40,139,140); }
div.DivClassName
{
background-color: #288B8C;
}
.BgClassName
{
background-color: #288B8C;
}
</style>
border-color css
<style>
span { border-color: #288B8C; }
span { border-color: rgb(40,139,140); }
td.TdClassName
{
border-color: #288B8C;
}
.TagClassName
{
border-color: #288B8C;
}
</style>