Shades of Java #289394
Tints of Java #289394
RGB
CMYK
RGB Variations
Color information
#289394 (or 0x289394) is known color: Java. HEX triplet: 28, 93 and 94. RGB value is (40,147,148). Sum of RGB (Red+Green+Blue) = 40+147+148=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #289394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289394 is #D76C6B. Grayscale: #737373. Windows color (decimal): -14117996 or 9737000. OLE color: 9737000.
HSL color Cylindrical-coordinate representation of color #289394: hue angle of 180.56º degrees, saturation: 0.57, 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 #289394 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 148 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.42 |
| HSL | 180.56º | 0.57% | 0.37% | - |
| HSV(B) | 180.56º | 0.73% | 0.58% | - |
| XYZ | 16.65 | 23.46 | 31.67 | - |
| YUV | 115.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 148 | 0.73 | 0.01 | 0 | 0.42 | 180.56 | 0.57 | 0.37 |
| Hex | 28 | 93 | 94 | 49 | 1 | 0 | 2A | B5 | 39 | 25 |
| Octal | 50 | 223 | 224 | 111 | 1 | 0 | 52 | 265 | 71 | 45 |
| Binary | 101000 | 10010011 | 10010100 | 1001001 | 1 | 0 | 101010 | 10110101 | 111001 | 100101 |
Color Harmonies of #289394
Complementary color
Monochromatic Colors of #289394
Black with #289394
Text Example
Text Example
White with #289394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289394; }
p { color: rgb(40,147,148); }
H1.HeaderClassName
{
color: #289394;
}
.AnyTagClassName
{
color: #289394;
}
</style>
background-color css
<style>
a { background-color: #289394; }
a { background-color: rgb(40,147,148); }
div.DivClassName
{
background-color: #289394;
}
.BgClassName
{
background-color: #289394;
}
</style>
border-color css
<style>
span { border-color: #289394; }
span { border-color: rgb(40,147,148); }
td.TdClassName
{
border-color: #289394;
}
.TagClassName
{
border-color: #289394;
}
</style>