Shades of Java #289099
Tints of Java #289099
RGB
CMYK
RGB Variations
Color information
#289099 (or 0x289099) is known color: Java. HEX triplet: 28, 90 and 99. RGB value is (40,144,153). Sum of RGB (Red+Green+Blue) = 40+144+153=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #289099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289099 is #D76F66. Grayscale: #717171. Windows color (decimal): -14118759 or 10063912. OLE color: 10063912.
HSL color Cylindrical-coordinate representation of color #289099: hue angle of 184.78º 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 #289099 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 144 | 153 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.4 |
| HSL | 184.78º | 0.59% | 0.38% | - |
| HSV(B) | 184.78º | 0.74% | 0.6% | - |
| XYZ | 16.6 | 22.7 | 33.64 | - |
| YUV | 113.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 153 | 0.74 | 0.06 | 0 | 0.4 | 184.78 | 0.59 | 0.38 |
| Hex | 28 | 90 | 99 | 4A | 6 | 0 | 28 | B9 | 3B | 26 |
| Octal | 50 | 220 | 231 | 112 | 6 | 0 | 50 | 271 | 73 | 46 |
| Binary | 101000 | 10010000 | 10011001 | 1001010 | 110 | 0 | 101000 | 10111001 | 111011 | 100110 |
Color Harmonies of #289099
Complementary color
Monochromatic Colors of #289099
Black with #289099
Text Example
Text Example
White with #289099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289099; }
p { color: rgb(40,144,153); }
H1.HeaderClassName
{
color: #289099;
}
.AnyTagClassName
{
color: #289099;
}
</style>
background-color css
<style>
a { background-color: #289099; }
a { background-color: rgb(40,144,153); }
div.DivClassName
{
background-color: #289099;
}
.BgClassName
{
background-color: #289099;
}
</style>
border-color css
<style>
span { border-color: #289099; }
span { border-color: rgb(40,144,153); }
td.TdClassName
{
border-color: #289099;
}
.TagClassName
{
border-color: #289099;
}
</style>