Shades of Java #289098
Tints of Java #289098
RGB
CMYK
RGB Variations
Color information
#289098 (or 0x289098) is known color: Java. HEX triplet: 28, 90 and 98. RGB value is (40,144,152). Sum of RGB (Red+Green+Blue) = 40+144+152=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #289098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289098 is #D76F67. Grayscale: #717171. Windows color (decimal): -14118760 or 9998376. OLE color: 9998376.
HSL color Cylindrical-coordinate representation of color #289098: hue angle of 184.29º degrees, saturation: 0.58, 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 #289098 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 144 | 152 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.40 |
| HSL | 184.29º | 0.58% | 0.38% | - |
| HSV(B) | 184.29º | 0.74% | 0.6% | - |
| XYZ | 16.52 | 22.66 | 33.21 | - |
| YUV | 113.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 152 | 0.74 | 0.05 | 0 | 0.40 | 184.29 | 0.58 | 0.38 |
| Hex | 28 | 90 | 98 | 4A | 5 | 0 | 28 | B8 | 3A | 26 |
| Octal | 50 | 220 | 230 | 112 | 5 | 0 | 50 | 270 | 72 | 46 |
| Binary | 101000 | 10010000 | 10011000 | 1001010 | 101 | 0 | 101000 | 10111000 | 111010 | 100110 |
Color Harmonies of #289098
Complementary color
Monochromatic Colors of #289098
Black with #289098
Text Example
Text Example
White with #289098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289098; }
p { color: rgb(40,144,152); }
H1.HeaderClassName
{
color: #289098;
}
.AnyTagClassName
{
color: #289098;
}
</style>
background-color css
<style>
a { background-color: #289098; }
a { background-color: rgb(40,144,152); }
div.DivClassName
{
background-color: #289098;
}
.BgClassName
{
background-color: #289098;
}
</style>
border-color css
<style>
span { border-color: #289098; }
span { border-color: rgb(40,144,152); }
td.TdClassName
{
border-color: #289098;
}
.TagClassName
{
border-color: #289098;
}
</style>