Shades of Java #289990
Tints of Java #289990
RGB
CMYK
RGB Variations
Color information
#289990 (or 0x289990) is known color: Java. HEX triplet: 28, 99 and 90. RGB value is (40,153,144). Sum of RGB (Red+Green+Blue) = 40+153+144=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #289990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289990 is #D7666F. Grayscale: #767676. Windows color (decimal): -14116464 or 9476392. OLE color: 9476392.
HSL color Cylindrical-coordinate representation of color #289990: hue angle of 175.22º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289990 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 144 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.4 |
| HSL | 175.22º | 0.59% | 0.38% | - |
| HSV(B) | 175.22º | 0.74% | 0.6% | - |
| XYZ | 17.3 | 25.25 | 30.35 | - |
| YUV | 118.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 144 | 0.74 | 0 | 0.06 | 0.4 | 175.22 | 0.59 | 0.38 |
| Hex | 28 | 99 | 90 | 4A | 0 | 6 | 28 | AF | 3B | 26 |
| Octal | 50 | 231 | 220 | 112 | 0 | 6 | 50 | 257 | 73 | 46 |
| Binary | 101000 | 10011001 | 10010000 | 1001010 | 0 | 110 | 101000 | 10101111 | 111011 | 100110 |
Color Harmonies of #289990
Complementary color
Monochromatic Colors of #289990
Black with #289990
Text Example
Text Example
White with #289990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289990; }
p { color: rgb(40,153,144); }
H1.HeaderClassName
{
color: #289990;
}
.AnyTagClassName
{
color: #289990;
}
</style>
background-color css
<style>
a { background-color: #289990; }
a { background-color: rgb(40,153,144); }
div.DivClassName
{
background-color: #289990;
}
.BgClassName
{
background-color: #289990;
}
</style>
border-color css
<style>
span { border-color: #289990; }
span { border-color: rgb(40,153,144); }
td.TdClassName
{
border-color: #289990;
}
.TagClassName
{
border-color: #289990;
}
</style>