Shades of Java #289794
Tints of Java #289794
RGB
CMYK
RGB Variations
Color information
#289794 (or 0x289794) is known color: Java. HEX triplet: 28, 97 and 94. RGB value is (40,151,148). Sum of RGB (Red+Green+Blue) = 40+151+148=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #289794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289794 is #D7686B. Grayscale: #757575. Windows color (decimal): -14116972 or 9738024. OLE color: 9738024.
HSL color Cylindrical-coordinate representation of color #289794: hue angle of 178.38º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289794 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 151 | 148 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.41 |
| HSL | 178.38º | 0.58% | 0.37% | - |
| HSV(B) | 178.38º | 0.74% | 0.59% | - |
| XYZ | 17.29 | 24.72 | 31.88 | - |
| YUV | 117.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 148 | 0.74 | 0 | 0.02 | 0.41 | 178.38 | 0.58 | 0.37 |
| Hex | 28 | 97 | 94 | 4A | 0 | 2 | 29 | B2 | 3A | 25 |
| Octal | 50 | 227 | 224 | 112 | 0 | 2 | 51 | 262 | 72 | 45 |
| Binary | 101000 | 10010111 | 10010100 | 1001010 | 0 | 10 | 101001 | 10110010 | 111010 | 100101 |
Color Harmonies of #289794
Complementary color
Monochromatic Colors of #289794
Black with #289794
Text Example
Text Example
White with #289794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289794; }
p { color: rgb(40,151,148); }
H1.HeaderClassName
{
color: #289794;
}
.AnyTagClassName
{
color: #289794;
}
</style>
background-color css
<style>
a { background-color: #289794; }
a { background-color: rgb(40,151,148); }
div.DivClassName
{
background-color: #289794;
}
.BgClassName
{
background-color: #289794;
}
</style>
border-color css
<style>
span { border-color: #289794; }
span { border-color: rgb(40,151,148); }
td.TdClassName
{
border-color: #289794;
}
.TagClassName
{
border-color: #289794;
}
</style>