Shades of Java #289594
Tints of Java #289594
RGB
CMYK
RGB Variations
Color information
#289594 (or 0x289594) is known color: Java. HEX triplet: 28, 95 and 94. RGB value is (40,149,148). Sum of RGB (Red+Green+Blue) = 40+149+148=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #289594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289594 is #D76A6B. Grayscale: #747474. Windows color (decimal): -14117484 or 9737512. OLE color: 9737512.
HSL color Cylindrical-coordinate representation of color #289594: hue angle of 179.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289594 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 148 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.42 |
| HSL | 179.45º | 0.58% | 0.37% | - |
| HSV(B) | 179.45º | 0.73% | 0.58% | - |
| XYZ | 16.97 | 24.08 | 31.77 | - |
| YUV | 116.3 | 145.89 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 148 | 0.73 | 0 | 0.01 | 0.42 | 179.45 | 0.58 | 0.37 |
| Hex | 28 | 95 | 94 | 49 | 0 | 1 | 2A | B3 | 3A | 25 |
| Octal | 50 | 225 | 224 | 111 | 0 | 1 | 52 | 263 | 72 | 45 |
| Binary | 101000 | 10010101 | 10010100 | 1001001 | 0 | 1 | 101010 | 10110011 | 111010 | 100101 |
Color Harmonies of #289594
Complementary color
Monochromatic Colors of #289594
Black with #289594
Text Example
Text Example
White with #289594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289594; }
p { color: rgb(40,149,148); }
H1.HeaderClassName
{
color: #289594;
}
.AnyTagClassName
{
color: #289594;
}
</style>
background-color css
<style>
a { background-color: #289594; }
a { background-color: rgb(40,149,148); }
div.DivClassName
{
background-color: #289594;
}
.BgClassName
{
background-color: #289594;
}
</style>
border-color css
<style>
span { border-color: #289594; }
span { border-color: rgb(40,149,148); }
td.TdClassName
{
border-color: #289594;
}
.TagClassName
{
border-color: #289594;
}
</style>