Shades of Java #289F9D
Tints of Java #289F9D
RGB
CMYK
RGB Variations
Color information
#289F9D (or 0x289F9D) is known color: Java. HEX triplet: 28, 9F and 9D. RGB value is (40,159,157). Sum of RGB (Red+Green+Blue) = 40+159+157=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #289F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289F9D is #D76062. Grayscale: #7B7B7B. Windows color (decimal): -14114915 or 10329896. OLE color: 10329896.
HSL color Cylindrical-coordinate representation of color #289F9D: hue angle of 178.99º 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 #289F9D is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 159 | 157 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.38 |
| HSL | 178.99º | 0.6% | 0.39% | - |
| HSV(B) | 178.99º | 0.75% | 0.62% | - |
| XYZ | 19.36 | 27.68 | 36.22 | - |
| YUV | 123.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 157 | 0.75 | 0 | 0.01 | 0.38 | 178.99 | 0.6 | 0.39 |
| Hex | 28 | 9F | 9D | 4B | 0 | 1 | 26 | B3 | 3C | 27 |
| Octal | 50 | 237 | 235 | 113 | 0 | 1 | 46 | 263 | 74 | 47 |
| Binary | 101000 | 10011111 | 10011101 | 1001011 | 0 | 1 | 100110 | 10110011 | 111100 | 100111 |
Color Harmonies of #289F9D
Complementary color
Monochromatic Colors of #289F9D
Black with #289F9D
Text Example
Text Example
White with #289F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289F9D; }
p { color: rgb(40,159,157); }
H1.HeaderClassName
{
color: #289F9D;
}
.AnyTagClassName
{
color: #289F9D;
}
</style>
background-color css
<style>
a { background-color: #289F9D; }
a { background-color: rgb(40,159,157); }
div.DivClassName
{
background-color: #289F9D;
}
.BgClassName
{
background-color: #289F9D;
}
</style>
border-color css
<style>
span { border-color: #289F9D; }
span { border-color: rgb(40,159,157); }
td.TdClassName
{
border-color: #289F9D;
}
.TagClassName
{
border-color: #289F9D;
}
</style>