Shades of Java #289499
Tints of Java #289499
RGB
CMYK
RGB Variations
Color information
#289499 (or 0x289499) is known color: Java. HEX triplet: 28, 94 and 99. RGB value is (40,148,153). Sum of RGB (Red+Green+Blue) = 40+148+153=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #289499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289499 is #D76B66. Grayscale: #747474. Windows color (decimal): -14117735 or 10064936. OLE color: 10064936.
HSL color Cylindrical-coordinate representation of color #289499: hue angle of 182.65º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289499 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 148 | 153 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.4 |
| HSL | 182.65º | 0.59% | 0.38% | - |
| HSV(B) | 182.65º | 0.74% | 0.6% | - |
| XYZ | 17.21 | 23.93 | 33.85 | - |
| YUV | 116.28 | 148.72 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 153 | 0.74 | 0.03 | 0 | 0.4 | 182.65 | 0.59 | 0.38 |
| Hex | 28 | 94 | 99 | 4A | 3 | 0 | 28 | B7 | 3B | 26 |
| Octal | 50 | 224 | 231 | 112 | 3 | 0 | 50 | 267 | 73 | 46 |
| Binary | 101000 | 10010100 | 10011001 | 1001010 | 11 | 0 | 101000 | 10110111 | 111011 | 100110 |
Color Harmonies of #289499
Complementary color
Monochromatic Colors of #289499
Black with #289499
Text Example
Text Example
White with #289499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289499; }
p { color: rgb(40,148,153); }
H1.HeaderClassName
{
color: #289499;
}
.AnyTagClassName
{
color: #289499;
}
</style>
background-color css
<style>
a { background-color: #289499; }
a { background-color: rgb(40,148,153); }
div.DivClassName
{
background-color: #289499;
}
.BgClassName
{
background-color: #289499;
}
</style>
border-color css
<style>
span { border-color: #289499; }
span { border-color: rgb(40,148,153); }
td.TdClassName
{
border-color: #289499;
}
.TagClassName
{
border-color: #289499;
}
</style>