Shades of Java #298989
Tints of Java #298989
RGB
CMYK
RGB Variations
Color information
#298989 (or 0x298989) is known color: Java. HEX triplet: 29, 89 and 89. RGB value is (41,137,137). Sum of RGB (Red+Green+Blue) = 41+137+137=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #298989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298989 is #D67676. Grayscale: #6C6C6C. Windows color (decimal): -14055031 or 9013545. OLE color: 9013545.
HSL color Cylindrical-coordinate representation of color #298989: hue angle of 180º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298989 is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 137 | 137 | - |
| CMYK | 0.70 | 0 | 0 | 0.46 |
| HSL | 180º | 0.54% | 0.35% | - |
| HSV(B) | 180º | 0.7% | 0.54% | - |
| XYZ | 14.38 | 20.17 | 26.8 | - |
| YUV | 108.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 137 | 137 | 0.70 | 0 | 0 | 0.46 | 180 | 0.54 | 0.35 |
| Hex | 29 | 89 | 89 | 46 | 0 | 0 | 2E | B4 | 36 | 23 |
| Octal | 51 | 211 | 211 | 106 | 0 | 0 | 56 | 264 | 66 | 43 |
| Binary | 101001 | 10001001 | 10001001 | 1000110 | 0 | 0 | 101110 | 10110100 | 110110 | 100011 |
Color Harmonies of #298989
Complementary color
Monochromatic Colors of #298989
Black with #298989
Text Example
Text Example
White with #298989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298989; }
p { color: rgb(41,137,137); }
H1.HeaderClassName
{
color: #298989;
}
.AnyTagClassName
{
color: #298989;
}
</style>
background-color css
<style>
a { background-color: #298989; }
a { background-color: rgb(41,137,137); }
div.DivClassName
{
background-color: #298989;
}
.BgClassName
{
background-color: #298989;
}
</style>
border-color css
<style>
span { border-color: #298989; }
span { border-color: rgb(41,137,137); }
td.TdClassName
{
border-color: #298989;
}
.TagClassName
{
border-color: #298989;
}
</style>