Shades of Java #289FA0
Tints of Java #289FA0
RGB
CMYK
RGB Variations
Color information
#289FA0 (or 0x289FA0) is known color: Java. HEX triplet: 28, 9F and A0. RGB value is (40,159,160). Sum of RGB (Red+Green+Blue) = 40+159+160=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #289FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289FA0 is #D7605F. Grayscale: #7B7B7B. Windows color (decimal): -14114912 or 10526504. OLE color: 10526504.
HSL color Cylindrical-coordinate representation of color #289FA0: hue angle of 180.5º 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 #289FA0 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 159 | 160 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.37 |
| HSL | 180.5º | 0.6% | 0.39% | - |
| HSV(B) | 180.5º | 0.75% | 0.63% | - |
| XYZ | 19.62 | 27.79 | 37.59 | - |
| YUV | 123.53 | 148.58 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 160 | 0.75 | 0.01 | 0 | 0.37 | 180.5 | 0.6 | 0.39 |
| Hex | 28 | 9F | A0 | 4B | 1 | 0 | 25 | B4 | 3C | 27 |
| Octal | 50 | 237 | 240 | 113 | 1 | 0 | 45 | 264 | 74 | 47 |
| Binary | 101000 | 10011111 | 10100000 | 1001011 | 1 | 0 | 100101 | 10110100 | 111100 | 100111 |
Color Harmonies of #289FA0
Complementary color
Monochromatic Colors of #289FA0
Black with #289FA0
Text Example
Text Example
White with #289FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289FA0; }
p { color: rgb(40,159,160); }
H1.HeaderClassName
{
color: #289FA0;
}
.AnyTagClassName
{
color: #289FA0;
}
</style>
background-color css
<style>
a { background-color: #289FA0; }
a { background-color: rgb(40,159,160); }
div.DivClassName
{
background-color: #289FA0;
}
.BgClassName
{
background-color: #289FA0;
}
</style>
border-color css
<style>
span { border-color: #289FA0; }
span { border-color: rgb(40,159,160); }
td.TdClassName
{
border-color: #289FA0;
}
.TagClassName
{
border-color: #289FA0;
}
</style>