Shades of Java #289598
Tints of Java #289598
RGB
CMYK
RGB Variations
Color information
#289598 (or 0x289598) is known color: Java. HEX triplet: 28, 95 and 98. RGB value is (40,149,152). Sum of RGB (Red+Green+Blue) = 40+149+152=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #289598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289598 is #D76A67. Grayscale: #747474. Windows color (decimal): -14117480 or 9999656. OLE color: 9999656.
HSL color Cylindrical-coordinate representation of color #289598: hue angle of 181.61º 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 #289598 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 149 | 152 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.40 |
| HSL | 181.61º | 0.58% | 0.38% | - |
| HSV(B) | 181.61º | 0.74% | 0.6% | - |
| XYZ | 17.29 | 24.21 | 33.47 | - |
| YUV | 116.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 152 | 0.74 | 0.02 | 0 | 0.40 | 181.61 | 0.58 | 0.38 |
| Hex | 28 | 95 | 98 | 4A | 2 | 0 | 28 | B6 | 3A | 26 |
| Octal | 50 | 225 | 230 | 112 | 2 | 0 | 50 | 266 | 72 | 46 |
| Binary | 101000 | 10010101 | 10011000 | 1001010 | 10 | 0 | 101000 | 10110110 | 111010 | 100110 |
Color Harmonies of #289598
Complementary color
Monochromatic Colors of #289598
Black with #289598
Text Example
Text Example
White with #289598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289598; }
p { color: rgb(40,149,152); }
H1.HeaderClassName
{
color: #289598;
}
.AnyTagClassName
{
color: #289598;
}
</style>
background-color css
<style>
a { background-color: #289598; }
a { background-color: rgb(40,149,152); }
div.DivClassName
{
background-color: #289598;
}
.BgClassName
{
background-color: #289598;
}
</style>
border-color css
<style>
span { border-color: #289598; }
span { border-color: rgb(40,149,152); }
td.TdClassName
{
border-color: #289598;
}
.TagClassName
{
border-color: #289598;
}
</style>