Shades of Java #298C90
Tints of Java #298C90
RGB
CMYK
RGB Variations
Color information
#298C90 (or 0x298C90) is known color: Java. HEX triplet: 29, 8C and 90. RGB value is (41,140,144). Sum of RGB (Red+Green+Blue) = 41+140+144=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #298C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298C90 is #D6736F. Grayscale: #6E6E6E. Windows color (decimal): -14054256 or 9473065. OLE color: 9473065.
HSL color Cylindrical-coordinate representation of color #298C90: hue angle of 182.33º 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 #298C90 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 140 | 144 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.44 |
| HSL | 182.33º | 0.56% | 0.36% | - |
| HSV(B) | 182.33º | 0.72% | 0.56% | - |
| XYZ | 15.33 | 21.24 | 29.68 | - |
| YUV | 110.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 144 | 0.72 | 0.03 | 0 | 0.44 | 182.33 | 0.56 | 0.36 |
| Hex | 29 | 8C | 90 | 48 | 3 | 0 | 2C | B6 | 38 | 24 |
| Octal | 51 | 214 | 220 | 110 | 3 | 0 | 54 | 266 | 70 | 44 |
| Binary | 101001 | 10001100 | 10010000 | 1001000 | 11 | 0 | 101100 | 10110110 | 111000 | 100100 |
Color Harmonies of #298C90
Complementary color
Monochromatic Colors of #298C90
Black with #298C90
Text Example
Text Example
White with #298C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298C90; }
p { color: rgb(41,140,144); }
H1.HeaderClassName
{
color: #298C90;
}
.AnyTagClassName
{
color: #298C90;
}
</style>
background-color css
<style>
a { background-color: #298C90; }
a { background-color: rgb(41,140,144); }
div.DivClassName
{
background-color: #298C90;
}
.BgClassName
{
background-color: #298C90;
}
</style>
border-color css
<style>
span { border-color: #298C90; }
span { border-color: rgb(41,140,144); }
td.TdClassName
{
border-color: #298C90;
}
.TagClassName
{
border-color: #298C90;
}
</style>