Shades of Java #298F91
Tints of Java #298F91
RGB
CMYK
RGB Variations
Color information
#298F91 (or 0x298F91) is known color: Java. HEX triplet: 29, 8F and 91. RGB value is (41,143,145). Sum of RGB (Red+Green+Blue) = 41+143+145=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #298F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298F91 is #D6706E. Grayscale: #707070. Windows color (decimal): -14053487 or 9539369. OLE color: 9539369.
HSL color Cylindrical-coordinate representation of color #298F91: hue angle of 181.15º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298F91 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 143 | 145 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.43 |
| HSL | 181.15º | 0.56% | 0.36% | - |
| HSV(B) | 181.15º | 0.72% | 0.57% | - |
| XYZ | 15.85 | 22.16 | 30.23 | - |
| YUV | 112.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 143 | 145 | 0.72 | 0.01 | 0 | 0.43 | 181.15 | 0.56 | 0.36 |
| Hex | 29 | 8F | 91 | 48 | 1 | 0 | 2B | B5 | 38 | 24 |
| Octal | 51 | 217 | 221 | 110 | 1 | 0 | 53 | 265 | 70 | 44 |
| Binary | 101001 | 10001111 | 10010001 | 1001000 | 1 | 0 | 101011 | 10110101 | 111000 | 100100 |
Color Harmonies of #298F91
Complementary color
Monochromatic Colors of #298F91
Black with #298F91
Text Example
Text Example
White with #298F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298F91; }
p { color: rgb(41,143,145); }
H1.HeaderClassName
{
color: #298F91;
}
.AnyTagClassName
{
color: #298F91;
}
</style>
background-color css
<style>
a { background-color: #298F91; }
a { background-color: rgb(41,143,145); }
div.DivClassName
{
background-color: #298F91;
}
.BgClassName
{
background-color: #298F91;
}
</style>
border-color css
<style>
span { border-color: #298F91; }
span { border-color: rgb(41,143,145); }
td.TdClassName
{
border-color: #298F91;
}
.TagClassName
{
border-color: #298F91;
}
</style>