Shades of Java #289189
Tints of Java #289189
RGB
CMYK
RGB Variations
Color information
#289189 (or 0x289189) is known color: Java. HEX triplet: 28, 91 and 89. RGB value is (40,145,137). Sum of RGB (Red+Green+Blue) = 40+145+137=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #289189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289189 is #D76E76. Grayscale: #707070. Windows color (decimal): -14118519 or 9015592. OLE color: 9015592.
HSL color Cylindrical-coordinate representation of color #289189: hue angle of 175.43º 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 #289189 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 137 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.43 |
| HSL | 175.43º | 0.57% | 0.36% | - |
| HSV(B) | 175.43º | 0.72% | 0.57% | - |
| XYZ | 15.52 | 22.51 | 27.19 | - |
| YUV | 112.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 137 | 0.72 | 0 | 0.06 | 0.43 | 175.43 | 0.57 | 0.36 |
| Hex | 28 | 91 | 89 | 48 | 0 | 6 | 2B | AF | 39 | 24 |
| Octal | 50 | 221 | 211 | 110 | 0 | 6 | 53 | 257 | 71 | 44 |
| Binary | 101000 | 10010001 | 10001001 | 1001000 | 0 | 110 | 101011 | 10101111 | 111001 | 100100 |
Color Harmonies of #289189
Complementary color
Monochromatic Colors of #289189
Black with #289189
Text Example
Text Example
White with #289189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289189; }
p { color: rgb(40,145,137); }
H1.HeaderClassName
{
color: #289189;
}
.AnyTagClassName
{
color: #289189;
}
</style>
background-color css
<style>
a { background-color: #289189; }
a { background-color: rgb(40,145,137); }
div.DivClassName
{
background-color: #289189;
}
.BgClassName
{
background-color: #289189;
}
</style>
border-color css
<style>
span { border-color: #289189; }
span { border-color: rgb(40,145,137); }
td.TdClassName
{
border-color: #289189;
}
.TagClassName
{
border-color: #289189;
}
</style>