Shades of Java #299698
Tints of Java #299698
RGB
CMYK
RGB Variations
Color information
#299698 (or 0x299698) is known color: Java. HEX triplet: 29, 96 and 98. RGB value is (41,150,152). Sum of RGB (Red+Green+Blue) = 41+150+152=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #299698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299698 is #D66967. Grayscale: #757575. Windows color (decimal): -14051688 or 9999913. OLE color: 9999913.
HSL color Cylindrical-coordinate representation of color #299698: hue angle of 181.08º 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 #299698 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 150 | 152 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.40 |
| HSL | 181.08º | 0.58% | 0.38% | - |
| HSV(B) | 181.08º | 0.73% | 0.6% | - |
| XYZ | 17.49 | 24.55 | 33.52 | - |
| YUV | 117.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 152 | 0.73 | 0.01 | 0 | 0.40 | 181.08 | 0.58 | 0.38 |
| Hex | 29 | 96 | 98 | 49 | 1 | 0 | 28 | B5 | 3A | 26 |
| Octal | 51 | 226 | 230 | 111 | 1 | 0 | 50 | 265 | 72 | 46 |
| Binary | 101001 | 10010110 | 10011000 | 1001001 | 1 | 0 | 101000 | 10110101 | 111010 | 100110 |
Color Harmonies of #299698
Complementary color
Monochromatic Colors of #299698
Black with #299698
Text Example
Text Example
White with #299698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299698; }
p { color: rgb(41,150,152); }
H1.HeaderClassName
{
color: #299698;
}
.AnyTagClassName
{
color: #299698;
}
</style>
background-color css
<style>
a { background-color: #299698; }
a { background-color: rgb(41,150,152); }
div.DivClassName
{
background-color: #299698;
}
.BgClassName
{
background-color: #299698;
}
</style>
border-color css
<style>
span { border-color: #299698; }
span { border-color: rgb(41,150,152); }
td.TdClassName
{
border-color: #299698;
}
.TagClassName
{
border-color: #299698;
}
</style>