Shades of Java #28959F
Tints of Java #28959F
RGB
CMYK
RGB Variations
Color information
#28959F (or 0x28959F) is known color: Java. HEX triplet: 28, 95 and 9F. RGB value is (40,149,159). Sum of RGB (Red+Green+Blue) = 40+149+159=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #28959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28959F is #D76A60. Grayscale: #757575. Windows color (decimal): -14117473 or 10458408. OLE color: 10458408.
HSL color Cylindrical-coordinate representation of color #28959F: hue angle of 185.04º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28959F is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 149 | 159 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.38 |
| HSL | 185.04º | 0.6% | 0.39% | - |
| HSV(B) | 185.04º | 0.75% | 0.62% | - |
| XYZ | 17.88 | 24.45 | 36.58 | - |
| YUV | 117.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 159 | 0.75 | 0.06 | 0 | 0.38 | 185.04 | 0.6 | 0.39 |
| Hex | 28 | 95 | 9F | 4B | 6 | 0 | 26 | B9 | 3C | 27 |
| Octal | 50 | 225 | 237 | 113 | 6 | 0 | 46 | 271 | 74 | 47 |
| Binary | 101000 | 10010101 | 10011111 | 1001011 | 110 | 0 | 100110 | 10111001 | 111100 | 100111 |
Color Harmonies of #28959F
Complementary color
Monochromatic Colors of #28959F
Black with #28959F
Text Example
Text Example
White with #28959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28959F; }
p { color: rgb(40,149,159); }
H1.HeaderClassName
{
color: #28959F;
}
.AnyTagClassName
{
color: #28959F;
}
</style>
background-color css
<style>
a { background-color: #28959F; }
a { background-color: rgb(40,149,159); }
div.DivClassName
{
background-color: #28959F;
}
.BgClassName
{
background-color: #28959F;
}
</style>
border-color css
<style>
span { border-color: #28959F; }
span { border-color: rgb(40,149,159); }
td.TdClassName
{
border-color: #28959F;
}
.TagClassName
{
border-color: #28959F;
}
</style>