Shades of Java #288A8B
Tints of Java #288A8B
RGB
CMYK
RGB Variations
Color information
#288A8B (or 0x288A8B) is known color: Java. HEX triplet: 28, 8A and 8B. RGB value is (40,138,139). Sum of RGB (Red+Green+Blue) = 40+138+139=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #288A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A8B is #D77574. Grayscale: #6C6C6C. Windows color (decimal): -14120309 or 9144872. OLE color: 9144872.
HSL color Cylindrical-coordinate representation of color #288A8B: hue angle of 180.61º degrees, saturation: 0.55, 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 #288A8B is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 138 | 139 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.45 |
| HSL | 180.61º | 0.55% | 0.35% | - |
| HSV(B) | 180.61º | 0.71% | 0.55% | - |
| XYZ | 14.62 | 20.49 | 27.61 | - |
| YUV | 108.81 | 145.03 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 139 | 0.71 | 0.01 | 0 | 0.45 | 180.61 | 0.55 | 0.35 |
| Hex | 28 | 8A | 8B | 47 | 1 | 0 | 2D | B5 | 37 | 23 |
| Octal | 50 | 212 | 213 | 107 | 1 | 0 | 55 | 265 | 67 | 43 |
| Binary | 101000 | 10001010 | 10001011 | 1000111 | 1 | 0 | 101101 | 10110101 | 110111 | 100011 |
Color Harmonies of #288A8B
Complementary color
Monochromatic Colors of #288A8B
Black with #288A8B
Text Example
Text Example
White with #288A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A8B; }
p { color: rgb(40,138,139); }
H1.HeaderClassName
{
color: #288A8B;
}
.AnyTagClassName
{
color: #288A8B;
}
</style>
background-color css
<style>
a { background-color: #288A8B; }
a { background-color: rgb(40,138,139); }
div.DivClassName
{
background-color: #288A8B;
}
.BgClassName
{
background-color: #288A8B;
}
</style>
border-color css
<style>
span { border-color: #288A8B; }
span { border-color: rgb(40,138,139); }
td.TdClassName
{
border-color: #288A8B;
}
.TagClassName
{
border-color: #288A8B;
}
</style>