Shades of Java #289B91
Tints of Java #289B91
RGB
CMYK
RGB Variations
Color information
#289B91 (or 0x289B91) is known color: Java. HEX triplet: 28, 9B and 91. RGB value is (40,155,145). Sum of RGB (Red+Green+Blue) = 40+155+145=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #289B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B91 is #D7646E. Grayscale: #777777. Windows color (decimal): -14115951 or 9542440. OLE color: 9542440.
HSL color Cylindrical-coordinate representation of color #289B91: hue angle of 174.78º 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 #289B91 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 145 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.39 |
| HSL | 174.78º | 0.59% | 0.38% | - |
| HSV(B) | 174.78º | 0.74% | 0.61% | - |
| XYZ | 17.71 | 25.94 | 30.86 | - |
| YUV | 119.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 145 | 0.74 | 0 | 0.06 | 0.39 | 174.78 | 0.59 | 0.38 |
| Hex | 28 | 9B | 91 | 4A | 0 | 6 | 27 | AF | 3B | 26 |
| Octal | 50 | 233 | 221 | 112 | 0 | 6 | 47 | 257 | 73 | 46 |
| Binary | 101000 | 10011011 | 10010001 | 1001010 | 0 | 110 | 100111 | 10101111 | 111011 | 100110 |
Color Harmonies of #289B91
Complementary color
Monochromatic Colors of #289B91
Black with #289B91
Text Example
Text Example
White with #289B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B91; }
p { color: rgb(40,155,145); }
H1.HeaderClassName
{
color: #289B91;
}
.AnyTagClassName
{
color: #289B91;
}
</style>
background-color css
<style>
a { background-color: #289B91; }
a { background-color: rgb(40,155,145); }
div.DivClassName
{
background-color: #289B91;
}
.BgClassName
{
background-color: #289B91;
}
</style>
border-color css
<style>
span { border-color: #289B91; }
span { border-color: rgb(40,155,145); }
td.TdClassName
{
border-color: #289B91;
}
.TagClassName
{
border-color: #289B91;
}
</style>