Shades of Java #289187
Tints of Java #289187
RGB
CMYK
RGB Variations
Color information
#289187 (or 0x289187) is known color: Java. HEX triplet: 28, 91 and 87. RGB value is (40,145,135). Sum of RGB (Red+Green+Blue) = 40+145+135=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #289187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289187 is #D76E78. Grayscale: #707070. Windows color (decimal): -14118521 or 8884520. OLE color: 8884520.
HSL color Cylindrical-coordinate representation of color #289187: hue angle of 174.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #289187 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 135 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.43 |
| HSL | 174.29º | 0.57% | 0.36% | - |
| HSV(B) | 174.29º | 0.72% | 0.57% | - |
| XYZ | 15.37 | 22.45 | 26.44 | - |
| YUV | 112.47 | 140.71 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 135 | 0.72 | 0 | 0.07 | 0.43 | 174.29 | 0.57 | 0.36 |
| Hex | 28 | 91 | 87 | 48 | 0 | 7 | 2B | AE | 39 | 24 |
| Octal | 50 | 221 | 207 | 110 | 0 | 7 | 53 | 256 | 71 | 44 |
| Binary | 101000 | 10010001 | 10000111 | 1001000 | 0 | 111 | 101011 | 10101110 | 111001 | 100100 |
Color Harmonies of #289187
Complementary color
Monochromatic Colors of #289187
Black with #289187
Text Example
Text Example
White with #289187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289187; }
p { color: rgb(40,145,135); }
H1.HeaderClassName
{
color: #289187;
}
.AnyTagClassName
{
color: #289187;
}
</style>
background-color css
<style>
a { background-color: #289187; }
a { background-color: rgb(40,145,135); }
div.DivClassName
{
background-color: #289187;
}
.BgClassName
{
background-color: #289187;
}
</style>
border-color css
<style>
span { border-color: #289187; }
span { border-color: rgb(40,145,135); }
td.TdClassName
{
border-color: #289187;
}
.TagClassName
{
border-color: #289187;
}
</style>