Shades of Java #289B8D
Tints of Java #289B8D
RGB
CMYK
RGB Variations
Color information
#289B8D (or 0x289B8D) is known color: Java. HEX triplet: 28, 9B and 8D. RGB value is (40,155,141). Sum of RGB (Red+Green+Blue) = 40+155+141=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #289B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B8D is #D76472. Grayscale: #767676. Windows color (decimal): -14115955 or 9280296. OLE color: 9280296.
HSL color Cylindrical-coordinate representation of color #289B8D: hue angle of 172.7º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B8D is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 141 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.39 |
| HSL | 172.7º | 0.59% | 0.38% | - |
| HSV(B) | 172.7º | 0.74% | 0.61% | - |
| XYZ | 17.4 | 25.82 | 29.27 | - |
| YUV | 119.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 141 | 0.74 | 0 | 0.09 | 0.39 | 172.7 | 0.59 | 0.38 |
| Hex | 28 | 9B | 8D | 4A | 0 | 9 | 27 | AD | 3B | 26 |
| Octal | 50 | 233 | 215 | 112 | 0 | 11 | 47 | 255 | 73 | 46 |
| Binary | 101000 | 10011011 | 10001101 | 1001010 | 0 | 1001 | 100111 | 10101101 | 111011 | 100110 |
Color Harmonies of #289B8D
Complementary color
Monochromatic Colors of #289B8D
Black with #289B8D
Text Example
Text Example
White with #289B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B8D; }
p { color: rgb(40,155,141); }
H1.HeaderClassName
{
color: #289B8D;
}
.AnyTagClassName
{
color: #289B8D;
}
</style>
background-color css
<style>
a { background-color: #289B8D; }
a { background-color: rgb(40,155,141); }
div.DivClassName
{
background-color: #289B8D;
}
.BgClassName
{
background-color: #289B8D;
}
</style>
border-color css
<style>
span { border-color: #289B8D; }
span { border-color: rgb(40,155,141); }
td.TdClassName
{
border-color: #289B8D;
}
.TagClassName
{
border-color: #289B8D;
}
</style>