Shades of Java #289DA5
Tints of Java #289DA5
RGB
CMYK
RGB Variations
Color information
#289DA5 (or 0x289DA5) is known color: Java. HEX triplet: 28, 9D and A5. RGB value is (40,157,165). Sum of RGB (Red+Green+Blue) = 40+157+165=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 165 - color contains mainly: blue. Hex color #289DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289DA5 is #D7625A. Grayscale: #7A7A7A. Windows color (decimal): -14115419 or 10853672. OLE color: 10853672.
HSL color Cylindrical-coordinate representation of color #289DA5: hue angle of 183.84º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #289DA5 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 157 | 165 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.35 |
| HSL | 183.84º | 0.61% | 0.4% | - |
| HSV(B) | 183.84º | 0.76% | 0.65% | - |
| XYZ | 19.72 | 27.28 | 39.82 | - |
| YUV | 122.93 | 151.74 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 165 | 0.76 | 0.05 | 0 | 0.35 | 183.84 | 0.61 | 0.4 |
| Hex | 28 | 9D | A5 | 4C | 5 | 0 | 23 | B8 | 3D | 28 |
| Octal | 50 | 235 | 245 | 114 | 5 | 0 | 43 | 270 | 75 | 50 |
| Binary | 101000 | 10011101 | 10100101 | 1001100 | 101 | 0 | 100011 | 10111000 | 111101 | 101000 |
Color Harmonies of #289DA5
Complementary color
Monochromatic Colors of #289DA5
Black with #289DA5
Text Example
Text Example
White with #289DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289DA5; }
p { color: rgb(40,157,165); }
H1.HeaderClassName
{
color: #289DA5;
}
.AnyTagClassName
{
color: #289DA5;
}
</style>
background-color css
<style>
a { background-color: #289DA5; }
a { background-color: rgb(40,157,165); }
div.DivClassName
{
background-color: #289DA5;
}
.BgClassName
{
background-color: #289DA5;
}
</style>
border-color css
<style>
span { border-color: #289DA5; }
span { border-color: rgb(40,157,165); }
td.TdClassName
{
border-color: #289DA5;
}
.TagClassName
{
border-color: #289DA5;
}
</style>