Shades of Java #288889
Tints of Java #288889
RGB
CMYK
RGB Variations
Color information
#288889 (or 0x288889) is known color: Java. HEX triplet: 28, 88 and 89. RGB value is (40,136,137). Sum of RGB (Red+Green+Blue) = 40+136+137=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #288889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288889 is #D77776. Grayscale: #6B6B6B. Windows color (decimal): -14120823 or 9013288. OLE color: 9013288.
HSL color Cylindrical-coordinate representation of color #288889: hue angle of 180.62º 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 #288889 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 136 | 137 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.46 |
| HSL | 180.62º | 0.55% | 0.35% | - |
| HSV(B) | 180.62º | 0.71% | 0.54% | - |
| XYZ | 14.19 | 19.87 | 26.75 | - |
| YUV | 107.41 | 144.7 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 137 | 0.71 | 0.01 | 0 | 0.46 | 180.62 | 0.55 | 0.35 |
| Hex | 28 | 88 | 89 | 47 | 1 | 0 | 2E | B5 | 37 | 23 |
| Octal | 50 | 210 | 211 | 107 | 1 | 0 | 56 | 265 | 67 | 43 |
| Binary | 101000 | 10001000 | 10001001 | 1000111 | 1 | 0 | 101110 | 10110101 | 110111 | 100011 |
Color Harmonies of #288889
Complementary color
Monochromatic Colors of #288889
Black with #288889
Text Example
Text Example
White with #288889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288889; }
p { color: rgb(40,136,137); }
H1.HeaderClassName
{
color: #288889;
}
.AnyTagClassName
{
color: #288889;
}
</style>
background-color css
<style>
a { background-color: #288889; }
a { background-color: rgb(40,136,137); }
div.DivClassName
{
background-color: #288889;
}
.BgClassName
{
background-color: #288889;
}
</style>
border-color css
<style>
span { border-color: #288889; }
span { border-color: rgb(40,136,137); }
td.TdClassName
{
border-color: #288889;
}
.TagClassName
{
border-color: #288889;
}
</style>