Shades of Java #299098
Tints of Java #299098
RGB
CMYK
RGB Variations
Color information
#299098 (or 0x299098) is known color: Java. HEX triplet: 29, 90 and 98. RGB value is (41,144,152). Sum of RGB (Red+Green+Blue) = 41+144+152=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #299098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299098 is #D66F67. Grayscale: #717171. Windows color (decimal): -14053224 or 9998377. OLE color: 9998377.
HSL color Cylindrical-coordinate representation of color #299098: hue angle of 184.32º 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 #299098 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 144 | 152 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.40 |
| HSL | 184.32º | 0.58% | 0.38% | - |
| HSV(B) | 184.32º | 0.73% | 0.6% | - |
| XYZ | 16.56 | 22.68 | 33.21 | - |
| YUV | 114.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 152 | 0.73 | 0.05 | 0 | 0.40 | 184.32 | 0.58 | 0.38 |
| Hex | 29 | 90 | 98 | 49 | 5 | 0 | 28 | B8 | 3A | 26 |
| Octal | 51 | 220 | 230 | 111 | 5 | 0 | 50 | 270 | 72 | 46 |
| Binary | 101001 | 10010000 | 10011000 | 1001001 | 101 | 0 | 101000 | 10111000 | 111010 | 100110 |
Color Harmonies of #299098
Complementary color
Monochromatic Colors of #299098
Black with #299098
Text Example
Text Example
White with #299098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299098; }
p { color: rgb(41,144,152); }
H1.HeaderClassName
{
color: #299098;
}
.AnyTagClassName
{
color: #299098;
}
</style>
background-color css
<style>
a { background-color: #299098; }
a { background-color: rgb(41,144,152); }
div.DivClassName
{
background-color: #299098;
}
.BgClassName
{
background-color: #299098;
}
</style>
border-color css
<style>
span { border-color: #299098; }
span { border-color: rgb(41,144,152); }
td.TdClassName
{
border-color: #299098;
}
.TagClassName
{
border-color: #299098;
}
</style>