Shades of Java #28898F
Tints of Java #28898F
RGB
CMYK
RGB Variations
Color information
#28898F (or 0x28898F) is known color: Java. HEX triplet: 28, 89 and 8F. RGB value is (40,137,143). Sum of RGB (Red+Green+Blue) = 40+137+143=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #28898F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28898F is #D77670. Grayscale: #6C6C6C. Windows color (decimal): -14120561 or 9406760. OLE color: 9406760.
HSL color Cylindrical-coordinate representation of color #28898F: hue angle of 183.5º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28898F is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 137 | 143 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.44 |
| HSL | 183.5º | 0.56% | 0.36% | - |
| HSV(B) | 183.5º | 0.72% | 0.56% | - |
| XYZ | 14.78 | 20.33 | 29.13 | - |
| YUV | 108.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 143 | 0.72 | 0.04 | 0 | 0.44 | 183.5 | 0.56 | 0.36 |
| Hex | 28 | 89 | 8F | 48 | 4 | 0 | 2C | B7 | 38 | 24 |
| Octal | 50 | 211 | 217 | 110 | 4 | 0 | 54 | 267 | 70 | 44 |
| Binary | 101000 | 10001001 | 10001111 | 1001000 | 100 | 0 | 101100 | 10110111 | 111000 | 100100 |
Color Harmonies of #28898F
Complementary color
Monochromatic Colors of #28898F
Black with #28898F
Text Example
Text Example
White with #28898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28898F; }
p { color: rgb(40,137,143); }
H1.HeaderClassName
{
color: #28898F;
}
.AnyTagClassName
{
color: #28898F;
}
</style>
background-color css
<style>
a { background-color: #28898F; }
a { background-color: rgb(40,137,143); }
div.DivClassName
{
background-color: #28898F;
}
.BgClassName
{
background-color: #28898F;
}
</style>
border-color css
<style>
span { border-color: #28898F; }
span { border-color: rgb(40,137,143); }
td.TdClassName
{
border-color: #28898F;
}
.TagClassName
{
border-color: #28898F;
}
</style>