Shades of Java #298D8D
Tints of Java #298D8D
RGB
CMYK
RGB Variations
Color information
#298D8D (or 0x298D8D) is known color: Java. HEX triplet: 29, 8D and 8D. RGB value is (41,141,141). Sum of RGB (Red+Green+Blue) = 41+141+141=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #298D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D8D is #D67272. Grayscale: #6F6F6F. Windows color (decimal): -14054003 or 9276713. OLE color: 9276713.
HSL color Cylindrical-coordinate representation of color #298D8D: hue angle of 180º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298D8D is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 141 | 141 | - |
| CMYK | 0.71 | 0 | 0 | 0.45 |
| HSL | 180º | 0.55% | 0.36% | - |
| HSV(B) | 180º | 0.71% | 0.55% | - |
| XYZ | 15.25 | 21.44 | 28.53 | - |
| YUV | 111.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 141 | 0.71 | 0 | 0 | 0.45 | 180 | 0.55 | 0.36 |
| Hex | 29 | 8D | 8D | 47 | 0 | 0 | 2D | B4 | 37 | 24 |
| Octal | 51 | 215 | 215 | 107 | 0 | 0 | 55 | 264 | 67 | 44 |
| Binary | 101001 | 10001101 | 10001101 | 1000111 | 0 | 0 | 101101 | 10110100 | 110111 | 100100 |
Color Harmonies of #298D8D
Complementary color
Monochromatic Colors of #298D8D
Black with #298D8D
Text Example
Text Example
White with #298D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298D8D; }
p { color: rgb(41,141,141); }
H1.HeaderClassName
{
color: #298D8D;
}
.AnyTagClassName
{
color: #298D8D;
}
</style>
background-color css
<style>
a { background-color: #298D8D; }
a { background-color: rgb(41,141,141); }
div.DivClassName
{
background-color: #298D8D;
}
.BgClassName
{
background-color: #298D8D;
}
</style>
border-color css
<style>
span { border-color: #298D8D; }
span { border-color: rgb(41,141,141); }
td.TdClassName
{
border-color: #298D8D;
}
.TagClassName
{
border-color: #298D8D;
}
</style>