Shades of Java #28888D
Tints of Java #28888D
RGB
CMYK
RGB Variations
Color information
#28888D (or 0x28888D) is known color: Java. HEX triplet: 28, 88 and 8D. RGB value is (40,136,141). Sum of RGB (Red+Green+Blue) = 40+136+141=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #28888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28888D is #D77772. Grayscale: #6B6B6B. Windows color (decimal): -14120819 or 9275432. OLE color: 9275432.
HSL color Cylindrical-coordinate representation of color #28888D: hue angle of 182.97º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28888D is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 136 | 141 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.45 |
| HSL | 182.97º | 0.56% | 0.35% | - |
| HSV(B) | 182.97º | 0.72% | 0.55% | - |
| XYZ | 14.49 | 19.98 | 28.29 | - |
| YUV | 107.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 141 | 0.72 | 0.04 | 0 | 0.45 | 182.97 | 0.56 | 0.35 |
| Hex | 28 | 88 | 8D | 48 | 4 | 0 | 2D | B7 | 38 | 23 |
| Octal | 50 | 210 | 215 | 110 | 4 | 0 | 55 | 267 | 70 | 43 |
| Binary | 101000 | 10001000 | 10001101 | 1001000 | 100 | 0 | 101101 | 10110111 | 111000 | 100011 |
Color Harmonies of #28888D
Complementary color
Monochromatic Colors of #28888D
Black with #28888D
Text Example
Text Example
White with #28888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28888D; }
p { color: rgb(40,136,141); }
H1.HeaderClassName
{
color: #28888D;
}
.AnyTagClassName
{
color: #28888D;
}
</style>
background-color css
<style>
a { background-color: #28888D; }
a { background-color: rgb(40,136,141); }
div.DivClassName
{
background-color: #28888D;
}
.BgClassName
{
background-color: #28888D;
}
</style>
border-color css
<style>
span { border-color: #28888D; }
span { border-color: rgb(40,136,141); }
td.TdClassName
{
border-color: #28888D;
}
.TagClassName
{
border-color: #28888D;
}
</style>