Shades of Java #289EA0
Tints of Java #289EA0
RGB
CMYK
RGB Variations
Color information
#289EA0 (or 0x289EA0) is known color: Java. HEX triplet: 28, 9E and A0. RGB value is (40,158,160). Sum of RGB (Red+Green+Blue) = 40+158+160=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #289EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289EA0 is #D7615F. Grayscale: #7A7A7A. Windows color (decimal): -14115168 or 10526248. OLE color: 10526248.
HSL color Cylindrical-coordinate representation of color #289EA0: hue angle of 181º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289EA0 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 158 | 160 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.37 |
| HSL | 181º | 0.6% | 0.39% | - |
| HSV(B) | 181º | 0.75% | 0.63% | - |
| XYZ | 19.45 | 27.44 | 37.53 | - |
| YUV | 122.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 158 | 160 | 0.75 | 0.01 | 0 | 0.37 | 181 | 0.6 | 0.39 |
| Hex | 28 | 9E | A0 | 4B | 1 | 0 | 25 | B5 | 3C | 27 |
| Octal | 50 | 236 | 240 | 113 | 1 | 0 | 45 | 265 | 74 | 47 |
| Binary | 101000 | 10011110 | 10100000 | 1001011 | 1 | 0 | 100101 | 10110101 | 111100 | 100111 |
Color Harmonies of #289EA0
Complementary color
Monochromatic Colors of #289EA0
Black with #289EA0
Text Example
Text Example
White with #289EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289EA0; }
p { color: rgb(40,158,160); }
H1.HeaderClassName
{
color: #289EA0;
}
.AnyTagClassName
{
color: #289EA0;
}
</style>
background-color css
<style>
a { background-color: #289EA0; }
a { background-color: rgb(40,158,160); }
div.DivClassName
{
background-color: #289EA0;
}
.BgClassName
{
background-color: #289EA0;
}
</style>
border-color css
<style>
span { border-color: #289EA0; }
span { border-color: rgb(40,158,160); }
td.TdClassName
{
border-color: #289EA0;
}
.TagClassName
{
border-color: #289EA0;
}
</style>