Shades of Java #288A8A
Tints of Java #288A8A
RGB
CMYK
RGB Variations
Color information
#288A8A (or 0x288A8A) is known color: Java. HEX triplet: 28, 8A and 8A. RGB value is (40,138,138). Sum of RGB (Red+Green+Blue) = 40+138+138=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #288A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A8A is #D77575. Grayscale: #6C6C6C. Windows color (decimal): -14120310 or 9079336. OLE color: 9079336.
HSL color Cylindrical-coordinate representation of color #288A8A: hue angle of 180º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A8A is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 138 | - |
| CMYK | 0.71 | 0 | 0 | 0.46 |
| HSL | 180º | 0.55% | 0.35% | - |
| HSV(B) | 180º | 0.71% | 0.54% | - |
| XYZ | 14.55 | 20.46 | 27.23 | - |
| YUV | 108.7 | 144.53 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 138 | 0.71 | 0 | 0 | 0.46 | 180 | 0.55 | 0.35 |
| Hex | 28 | 8A | 8A | 47 | 0 | 0 | 2E | B4 | 37 | 23 |
| Octal | 50 | 212 | 212 | 107 | 0 | 0 | 56 | 264 | 67 | 43 |
| Binary | 101000 | 10001010 | 10001010 | 1000111 | 0 | 0 | 101110 | 10110100 | 110111 | 100011 |
Color Harmonies of #288A8A
Complementary color
Monochromatic Colors of #288A8A
Black with #288A8A
Text Example
Text Example
White with #288A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A8A; }
p { color: rgb(40,138,138); }
H1.HeaderClassName
{
color: #288A8A;
}
.AnyTagClassName
{
color: #288A8A;
}
</style>
background-color css
<style>
a { background-color: #288A8A; }
a { background-color: rgb(40,138,138); }
div.DivClassName
{
background-color: #288A8A;
}
.BgClassName
{
background-color: #288A8A;
}
</style>
border-color css
<style>
span { border-color: #288A8A; }
span { border-color: rgb(40,138,138); }
td.TdClassName
{
border-color: #288A8A;
}
.TagClassName
{
border-color: #288A8A;
}
</style>