Shades of Java #289391
Tints of Java #289391
RGB
CMYK
RGB Variations
Color information
#289391 (or 0x289391) is known color: Java. HEX triplet: 28, 93 and 91. RGB value is (40,147,145). Sum of RGB (Red+Green+Blue) = 40+147+145=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #289391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289391 is #D76C6E. Grayscale: #727272. Windows color (decimal): -14117999 or 9540392. OLE color: 9540392.
HSL color Cylindrical-coordinate representation of color #289391: hue angle of 178.88º 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 #289391 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 145 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.42 |
| HSL | 178.88º | 0.57% | 0.37% | - |
| HSV(B) | 178.88º | 0.73% | 0.58% | - |
| XYZ | 16.42 | 23.36 | 30.43 | - |
| YUV | 114.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 145 | 0.73 | 0 | 0.01 | 0.42 | 178.88 | 0.57 | 0.37 |
| Hex | 28 | 93 | 91 | 49 | 0 | 1 | 2A | B3 | 39 | 25 |
| Octal | 50 | 223 | 221 | 111 | 0 | 1 | 52 | 263 | 71 | 45 |
| Binary | 101000 | 10010011 | 10010001 | 1001001 | 0 | 1 | 101010 | 10110011 | 111001 | 100101 |
Color Harmonies of #289391
Complementary color
Monochromatic Colors of #289391
Black with #289391
Text Example
Text Example
White with #289391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289391; }
p { color: rgb(40,147,145); }
H1.HeaderClassName
{
color: #289391;
}
.AnyTagClassName
{
color: #289391;
}
</style>
background-color css
<style>
a { background-color: #289391; }
a { background-color: rgb(40,147,145); }
div.DivClassName
{
background-color: #289391;
}
.BgClassName
{
background-color: #289391;
}
</style>
border-color css
<style>
span { border-color: #289391; }
span { border-color: rgb(40,147,145); }
td.TdClassName
{
border-color: #289391;
}
.TagClassName
{
border-color: #289391;
}
</style>