Shades of Java #299898
Tints of Java #299898
RGB
CMYK
RGB Variations
Color information
#299898 (or 0x299898) is known color: Java. HEX triplet: 29, 98 and 98. RGB value is (41,152,152). Sum of RGB (Red+Green+Blue) = 41+152+152=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #299898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299898 is #D66767. Grayscale: #767676. Windows color (decimal): -14051176 or 10000425. OLE color: 10000425.
HSL color Cylindrical-coordinate representation of color #299898: hue angle of 180º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299898 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 152 | 152 | - |
| CMYK | 0.73 | 0 | 0 | 0.40 |
| HSL | 180º | 0.58% | 0.38% | - |
| HSV(B) | 180º | 0.73% | 0.6% | - |
| XYZ | 17.81 | 25.19 | 33.63 | - |
| YUV | 118.81 | 146.73 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 152 | 0.73 | 0 | 0 | 0.40 | 180 | 0.58 | 0.38 |
| Hex | 29 | 98 | 98 | 49 | 0 | 0 | 28 | B4 | 3A | 26 |
| Octal | 51 | 230 | 230 | 111 | 0 | 0 | 50 | 264 | 72 | 46 |
| Binary | 101001 | 10011000 | 10011000 | 1001001 | 0 | 0 | 101000 | 10110100 | 111010 | 100110 |
Color Harmonies of #299898
Complementary color
Monochromatic Colors of #299898
Black with #299898
Text Example
Text Example
White with #299898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299898; }
p { color: rgb(41,152,152); }
H1.HeaderClassName
{
color: #299898;
}
.AnyTagClassName
{
color: #299898;
}
</style>
background-color css
<style>
a { background-color: #299898; }
a { background-color: rgb(41,152,152); }
div.DivClassName
{
background-color: #299898;
}
.BgClassName
{
background-color: #299898;
}
</style>
border-color css
<style>
span { border-color: #299898; }
span { border-color: rgb(41,152,152); }
td.TdClassName
{
border-color: #299898;
}
.TagClassName
{
border-color: #299898;
}
</style>