Shades of Java #289890
Tints of Java #289890
RGB
CMYK
RGB Variations
Color information
#289890 (or 0x289890) is known color: Java. HEX triplet: 28, 98 and 90. RGB value is (40,152,144). Sum of RGB (Red+Green+Blue) = 40+152+144=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #289890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289890 is #D7676F. Grayscale: #757575. Windows color (decimal): -14116720 or 9476136. OLE color: 9476136.
HSL color Cylindrical-coordinate representation of color #289890: hue angle of 175.71º degrees, saturation: 0.58, 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 #289890 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 144 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.40 |
| HSL | 175.71º | 0.58% | 0.38% | - |
| HSV(B) | 175.71º | 0.74% | 0.6% | - |
| XYZ | 17.14 | 24.92 | 30.29 | - |
| YUV | 117.6 | 142.89 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 144 | 0.74 | 0 | 0.05 | 0.40 | 175.71 | 0.58 | 0.38 |
| Hex | 28 | 98 | 90 | 4A | 0 | 5 | 28 | B0 | 3A | 26 |
| Octal | 50 | 230 | 220 | 112 | 0 | 5 | 50 | 260 | 72 | 46 |
| Binary | 101000 | 10011000 | 10010000 | 1001010 | 0 | 101 | 101000 | 10110000 | 111010 | 100110 |
Color Harmonies of #289890
Complementary color
Monochromatic Colors of #289890
Black with #289890
Text Example
Text Example
White with #289890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289890; }
p { color: rgb(40,152,144); }
H1.HeaderClassName
{
color: #289890;
}
.AnyTagClassName
{
color: #289890;
}
</style>
background-color css
<style>
a { background-color: #289890; }
a { background-color: rgb(40,152,144); }
div.DivClassName
{
background-color: #289890;
}
.BgClassName
{
background-color: #289890;
}
</style>
border-color css
<style>
span { border-color: #289890; }
span { border-color: rgb(40,152,144); }
td.TdClassName
{
border-color: #289890;
}
.TagClassName
{
border-color: #289890;
}
</style>