Shades of Java #289B90
Tints of Java #289B90
RGB
CMYK
RGB Variations
Color information
#289B90 (or 0x289B90) is known color: Java. HEX triplet: 28, 9B and 90. RGB value is (40,155,144). Sum of RGB (Red+Green+Blue) = 40+155+144=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #289B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B90 is #D7646F. Grayscale: #777777. Windows color (decimal): -14115952 or 9476904. OLE color: 9476904.
HSL color Cylindrical-coordinate representation of color #289B90: hue angle of 174.26º 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 #289B90 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 144 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.39 |
| HSL | 174.26º | 0.59% | 0.38% | - |
| HSV(B) | 174.26º | 0.74% | 0.61% | - |
| XYZ | 17.63 | 25.91 | 30.46 | - |
| YUV | 119.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 144 | 0.74 | 0 | 0.07 | 0.39 | 174.26 | 0.59 | 0.38 |
| Hex | 28 | 9B | 90 | 4A | 0 | 7 | 27 | AE | 3B | 26 |
| Octal | 50 | 233 | 220 | 112 | 0 | 7 | 47 | 256 | 73 | 46 |
| Binary | 101000 | 10011011 | 10010000 | 1001010 | 0 | 111 | 100111 | 10101110 | 111011 | 100110 |
Color Harmonies of #289B90
Complementary color
Monochromatic Colors of #289B90
Black with #289B90
Text Example
Text Example
White with #289B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B90; }
p { color: rgb(40,155,144); }
H1.HeaderClassName
{
color: #289B90;
}
.AnyTagClassName
{
color: #289B90;
}
</style>
background-color css
<style>
a { background-color: #289B90; }
a { background-color: rgb(40,155,144); }
div.DivClassName
{
background-color: #289B90;
}
.BgClassName
{
background-color: #289B90;
}
</style>
border-color css
<style>
span { border-color: #289B90; }
span { border-color: rgb(40,155,144); }
td.TdClassName
{
border-color: #289B90;
}
.TagClassName
{
border-color: #289B90;
}
</style>