Shades of Java #28898C
Tints of Java #28898C
RGB
CMYK
RGB Variations
Color information
#28898C (or 0x28898C) is known color: Java. HEX triplet: 28, 89 and 8C. RGB value is (40,137,140). Sum of RGB (Red+Green+Blue) = 40+137+140=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #28898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28898C is #D77673. Grayscale: #6C6C6C. Windows color (decimal): -14120564 or 9210152. OLE color: 9210152.
HSL color Cylindrical-coordinate representation of color #28898C: hue angle of 181.8º 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 #28898C is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 137 | 140 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.45 |
| HSL | 181.8º | 0.56% | 0.35% | - |
| HSV(B) | 181.8º | 0.71% | 0.55% | - |
| XYZ | 14.55 | 20.24 | 27.95 | - |
| YUV | 108.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 140 | 0.71 | 0.02 | 0 | 0.45 | 181.8 | 0.56 | 0.35 |
| Hex | 28 | 89 | 8C | 47 | 2 | 0 | 2D | B6 | 38 | 23 |
| Octal | 50 | 211 | 214 | 107 | 2 | 0 | 55 | 266 | 70 | 43 |
| Binary | 101000 | 10001001 | 10001100 | 1000111 | 10 | 0 | 101101 | 10110110 | 111000 | 100011 |
Color Harmonies of #28898C
Complementary color
Monochromatic Colors of #28898C
Black with #28898C
Text Example
Text Example
White with #28898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28898C; }
p { color: rgb(40,137,140); }
H1.HeaderClassName
{
color: #28898C;
}
.AnyTagClassName
{
color: #28898C;
}
</style>
background-color css
<style>
a { background-color: #28898C; }
a { background-color: rgb(40,137,140); }
div.DivClassName
{
background-color: #28898C;
}
.BgClassName
{
background-color: #28898C;
}
</style>
border-color css
<style>
span { border-color: #28898C; }
span { border-color: rgb(40,137,140); }
td.TdClassName
{
border-color: #28898C;
}
.TagClassName
{
border-color: #28898C;
}
</style>