Shades of Java #299296
Tints of Java #299296
RGB
CMYK
RGB Variations
Color information
#299296 (or 0x299296) is known color: Java. HEX triplet: 29, 92 and 96. RGB value is (41,146,150). Sum of RGB (Red+Green+Blue) = 41+146+150=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #299296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299296 is #D66D69. Grayscale: #727272. Windows color (decimal): -14052714 or 9867817. OLE color: 9867817.
HSL color Cylindrical-coordinate representation of color #299296: hue angle of 182.2º 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 #299296 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 146 | 150 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.41 |
| HSL | 182.2º | 0.57% | 0.37% | - |
| HSV(B) | 182.2º | 0.73% | 0.59% | - |
| XYZ | 16.7 | 23.23 | 32.46 | - |
| YUV | 115.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 150 | 0.73 | 0.03 | 0 | 0.41 | 182.2 | 0.57 | 0.37 |
| Hex | 29 | 92 | 96 | 49 | 3 | 0 | 29 | B6 | 39 | 25 |
| Octal | 51 | 222 | 226 | 111 | 3 | 0 | 51 | 266 | 71 | 45 |
| Binary | 101001 | 10010010 | 10010110 | 1001001 | 11 | 0 | 101001 | 10110110 | 111001 | 100101 |
Color Harmonies of #299296
Complementary color
Monochromatic Colors of #299296
Black with #299296
Text Example
Text Example
White with #299296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299296; }
p { color: rgb(41,146,150); }
H1.HeaderClassName
{
color: #299296;
}
.AnyTagClassName
{
color: #299296;
}
</style>
background-color css
<style>
a { background-color: #299296; }
a { background-color: rgb(41,146,150); }
div.DivClassName
{
background-color: #299296;
}
.BgClassName
{
background-color: #299296;
}
</style>
border-color css
<style>
span { border-color: #299296; }
span { border-color: rgb(41,146,150); }
td.TdClassName
{
border-color: #299296;
}
.TagClassName
{
border-color: #299296;
}
</style>