Shades of Java #289087
Tints of Java #289087
RGB
CMYK
RGB Variations
Color information
#289087 (or 0x289087) is known color: Java. HEX triplet: 28, 90 and 87. RGB value is (40,144,135). Sum of RGB (Red+Green+Blue) = 40+144+135=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #289087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289087 is #D76F78. Grayscale: #6F6F6F. Windows color (decimal): -14118777 or 8884264. OLE color: 8884264.
HSL color Cylindrical-coordinate representation of color #289087: hue angle of 174.81º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #289087 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 144 | 135 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.44 |
| HSL | 174.81º | 0.57% | 0.36% | - |
| HSV(B) | 174.81º | 0.72% | 0.56% | - |
| XYZ | 15.22 | 22.15 | 26.39 | - |
| YUV | 111.88 | 141.04 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 135 | 0.72 | 0 | 0.06 | 0.44 | 174.81 | 0.57 | 0.36 |
| Hex | 28 | 90 | 87 | 48 | 0 | 6 | 2C | AF | 39 | 24 |
| Octal | 50 | 220 | 207 | 110 | 0 | 6 | 54 | 257 | 71 | 44 |
| Binary | 101000 | 10010000 | 10000111 | 1001000 | 0 | 110 | 101100 | 10101111 | 111001 | 100100 |
Color Harmonies of #289087
Complementary color
Monochromatic Colors of #289087
Black with #289087
Text Example
Text Example
White with #289087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289087; }
p { color: rgb(40,144,135); }
H1.HeaderClassName
{
color: #289087;
}
.AnyTagClassName
{
color: #289087;
}
</style>
background-color css
<style>
a { background-color: #289087; }
a { background-color: rgb(40,144,135); }
div.DivClassName
{
background-color: #289087;
}
.BgClassName
{
background-color: #289087;
}
</style>
border-color css
<style>
span { border-color: #289087; }
span { border-color: rgb(40,144,135); }
td.TdClassName
{
border-color: #289087;
}
.TagClassName
{
border-color: #289087;
}
</style>