Shades of Java #289FA5
Tints of Java #289FA5
RGB
CMYK
RGB Variations
Color information
#289FA5 (or 0x289FA5) is known color: Java. HEX triplet: 28, 9F and A5. RGB value is (40,159,165). Sum of RGB (Red+Green+Blue) = 40+159+165=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #289FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289FA5 is #D7605A. Grayscale: #7B7B7B. Windows color (decimal): -14114907 or 10854184. OLE color: 10854184.
HSL color Cylindrical-coordinate representation of color #289FA5: hue angle of 182.88º 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 #289FA5 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 159 | 165 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.35 |
| HSL | 182.88º | 0.61% | 0.4% | - |
| HSV(B) | 182.88º | 0.76% | 0.65% | - |
| XYZ | 20.06 | 27.96 | 39.94 | - |
| YUV | 124.1 | 151.08 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 165 | 0.76 | 0.04 | 0 | 0.35 | 182.88 | 0.61 | 0.4 |
| Hex | 28 | 9F | A5 | 4C | 4 | 0 | 23 | B7 | 3D | 28 |
| Octal | 50 | 237 | 245 | 114 | 4 | 0 | 43 | 267 | 75 | 50 |
| Binary | 101000 | 10011111 | 10100101 | 1001100 | 100 | 0 | 100011 | 10110111 | 111101 | 101000 |
Color Harmonies of #289FA5
Complementary color
Monochromatic Colors of #289FA5
Black with #289FA5
Text Example
Text Example
White with #289FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289FA5; }
p { color: rgb(40,159,165); }
H1.HeaderClassName
{
color: #289FA5;
}
.AnyTagClassName
{
color: #289FA5;
}
</style>
background-color css
<style>
a { background-color: #289FA5; }
a { background-color: rgb(40,159,165); }
div.DivClassName
{
background-color: #289FA5;
}
.BgClassName
{
background-color: #289FA5;
}
</style>
border-color css
<style>
span { border-color: #289FA5; }
span { border-color: rgb(40,159,165); }
td.TdClassName
{
border-color: #289FA5;
}
.TagClassName
{
border-color: #289FA5;
}
</style>