Shades of Java #289095
Tints of Java #289095
RGB
CMYK
RGB Variations
Color information
#289095 (or 0x289095) is known color: Java. HEX triplet: 28, 90 and 95. RGB value is (40,144,149). Sum of RGB (Red+Green+Blue) = 40+144+149=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #289095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289095 is #D76F6A. Grayscale: #717171. Windows color (decimal): -14118763 or 9801768. OLE color: 9801768.
HSL color Cylindrical-coordinate representation of color #289095: hue angle of 182.75º degrees, saturation: 0.58, 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 #289095 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 144 | 149 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.42 |
| HSL | 182.75º | 0.58% | 0.37% | - |
| HSV(B) | 182.75º | 0.73% | 0.58% | - |
| XYZ | 16.27 | 22.57 | 31.93 | - |
| YUV | 113.47 | 148.04 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 149 | 0.73 | 0.03 | 0 | 0.42 | 182.75 | 0.58 | 0.37 |
| Hex | 28 | 90 | 95 | 49 | 3 | 0 | 2A | B7 | 3A | 25 |
| Octal | 50 | 220 | 225 | 111 | 3 | 0 | 52 | 267 | 72 | 45 |
| Binary | 101000 | 10010000 | 10010101 | 1001001 | 11 | 0 | 101010 | 10110111 | 111010 | 100101 |
Color Harmonies of #289095
Complementary color
Monochromatic Colors of #289095
Black with #289095
Text Example
Text Example
White with #289095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289095; }
p { color: rgb(40,144,149); }
H1.HeaderClassName
{
color: #289095;
}
.AnyTagClassName
{
color: #289095;
}
</style>
background-color css
<style>
a { background-color: #289095; }
a { background-color: rgb(40,144,149); }
div.DivClassName
{
background-color: #289095;
}
.BgClassName
{
background-color: #289095;
}
</style>
border-color css
<style>
span { border-color: #289095; }
span { border-color: rgb(40,144,149); }
td.TdClassName
{
border-color: #289095;
}
.TagClassName
{
border-color: #289095;
}
</style>