Shades of Java #289B95
Tints of Java #289B95
RGB
CMYK
RGB Variations
Color information
#289B95 (or 0x289B95) is known color: Java. HEX triplet: 28, 9B and 95. RGB value is (40,155,149). Sum of RGB (Red+Green+Blue) = 40+155+149=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #289B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B95 is #D7646A. Grayscale: #777777. Windows color (decimal): -14115947 or 9804584. OLE color: 9804584.
HSL color Cylindrical-coordinate representation of color #289B95: hue angle of 176.87º 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 #289B95 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 149 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.39 |
| HSL | 176.87º | 0.59% | 0.38% | - |
| HSV(B) | 176.87º | 0.74% | 0.61% | - |
| XYZ | 18.02 | 26.06 | 32.51 | - |
| YUV | 119.93 | 144.4 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 149 | 0.74 | 0 | 0.04 | 0.39 | 176.87 | 0.59 | 0.38 |
| Hex | 28 | 9B | 95 | 4A | 0 | 4 | 27 | B1 | 3B | 26 |
| Octal | 50 | 233 | 225 | 112 | 0 | 4 | 47 | 261 | 73 | 46 |
| Binary | 101000 | 10011011 | 10010101 | 1001010 | 0 | 100 | 100111 | 10110001 | 111011 | 100110 |
Color Harmonies of #289B95
Complementary color
Monochromatic Colors of #289B95
Black with #289B95
Text Example
Text Example
White with #289B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B95; }
p { color: rgb(40,155,149); }
H1.HeaderClassName
{
color: #289B95;
}
.AnyTagClassName
{
color: #289B95;
}
</style>
background-color css
<style>
a { background-color: #289B95; }
a { background-color: rgb(40,155,149); }
div.DivClassName
{
background-color: #289B95;
}
.BgClassName
{
background-color: #289B95;
}
</style>
border-color css
<style>
span { border-color: #289B95; }
span { border-color: rgb(40,155,149); }
td.TdClassName
{
border-color: #289B95;
}
.TagClassName
{
border-color: #289B95;
}
</style>