Shades of Java #298B90
Tints of Java #298B90
RGB
CMYK
RGB Variations
Color information
#298B90 (or 0x298B90) is known color: Java. HEX triplet: 29, 8B and 90. RGB value is (41,139,144). Sum of RGB (Red+Green+Blue) = 41+139+144=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #298B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298B90 is #D6746F. Grayscale: #6E6E6E. Windows color (decimal): -14054512 or 9472809. OLE color: 9472809.
HSL color Cylindrical-coordinate representation of color #298B90: hue angle of 182.91º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298B90 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 139 | 144 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.44 |
| HSL | 182.91º | 0.56% | 0.36% | - |
| HSV(B) | 182.91º | 0.72% | 0.56% | - |
| XYZ | 15.18 | 20.95 | 29.63 | - |
| YUV | 110.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 144 | 0.72 | 0.03 | 0 | 0.44 | 182.91 | 0.56 | 0.36 |
| Hex | 29 | 8B | 90 | 48 | 3 | 0 | 2C | B7 | 38 | 24 |
| Octal | 51 | 213 | 220 | 110 | 3 | 0 | 54 | 267 | 70 | 44 |
| Binary | 101001 | 10001011 | 10010000 | 1001000 | 11 | 0 | 101100 | 10110111 | 111000 | 100100 |
Color Harmonies of #298B90
Complementary color
Monochromatic Colors of #298B90
Black with #298B90
Text Example
Text Example
White with #298B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298B90; }
p { color: rgb(41,139,144); }
H1.HeaderClassName
{
color: #298B90;
}
.AnyTagClassName
{
color: #298B90;
}
</style>
background-color css
<style>
a { background-color: #298B90; }
a { background-color: rgb(41,139,144); }
div.DivClassName
{
background-color: #298B90;
}
.BgClassName
{
background-color: #298B90;
}
</style>
border-color css
<style>
span { border-color: #298B90; }
span { border-color: rgb(41,139,144); }
td.TdClassName
{
border-color: #298B90;
}
.TagClassName
{
border-color: #298B90;
}
</style>