Shades of Java #299496
Tints of Java #299496
RGB
CMYK
RGB Variations
Color information
#299496 (or 0x299496) is known color: Java. HEX triplet: 29, 94 and 96. RGB value is (41,148,150). Sum of RGB (Red+Green+Blue) = 41+148+150=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #299496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299496 is #D66B69. Grayscale: #747474. Windows color (decimal): -14052202 or 9868329. OLE color: 9868329.
HSL color Cylindrical-coordinate representation of color #299496: hue angle of 181.1º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299496 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 148 | 150 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.41 |
| HSL | 181.1º | 0.57% | 0.37% | - |
| HSV(B) | 181.1º | 0.73% | 0.59% | - |
| XYZ | 17.01 | 23.85 | 32.56 | - |
| YUV | 116.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 150 | 0.73 | 0.01 | 0 | 0.41 | 181.1 | 0.57 | 0.37 |
| Hex | 29 | 94 | 96 | 49 | 1 | 0 | 29 | B5 | 39 | 25 |
| Octal | 51 | 224 | 226 | 111 | 1 | 0 | 51 | 265 | 71 | 45 |
| Binary | 101001 | 10010100 | 10010110 | 1001001 | 1 | 0 | 101001 | 10110101 | 111001 | 100101 |
Color Harmonies of #299496
Complementary color
Monochromatic Colors of #299496
Black with #299496
Text Example
Text Example
White with #299496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299496; }
p { color: rgb(41,148,150); }
H1.HeaderClassName
{
color: #299496;
}
.AnyTagClassName
{
color: #299496;
}
</style>
background-color css
<style>
a { background-color: #299496; }
a { background-color: rgb(41,148,150); }
div.DivClassName
{
background-color: #299496;
}
.BgClassName
{
background-color: #299496;
}
</style>
border-color css
<style>
span { border-color: #299496; }
span { border-color: rgb(41,148,150); }
td.TdClassName
{
border-color: #299496;
}
.TagClassName
{
border-color: #299496;
}
</style>