Shades of Java #299195
Tints of Java #299195
RGB
CMYK
RGB Variations
Color information
#299195 (or 0x299195) is known color: Java. HEX triplet: 29, 91 and 95. RGB value is (41,145,149). Sum of RGB (Red+Green+Blue) = 41+145+149=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #299195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299195 is #D66E6A. Grayscale: #727272. Windows color (decimal): -14052971 or 9802025. OLE color: 9802025.
HSL color Cylindrical-coordinate representation of color #299195: hue angle of 182.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299195 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 145 | 149 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.42 |
| HSL | 182.22º | 0.57% | 0.37% | - |
| HSV(B) | 182.22º | 0.72% | 0.58% | - |
| XYZ | 16.46 | 22.89 | 31.98 | - |
| YUV | 114.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 149 | 0.72 | 0.03 | 0 | 0.42 | 182.22 | 0.57 | 0.37 |
| Hex | 29 | 91 | 95 | 48 | 3 | 0 | 2A | B6 | 39 | 25 |
| Octal | 51 | 221 | 225 | 110 | 3 | 0 | 52 | 266 | 71 | 45 |
| Binary | 101001 | 10010001 | 10010101 | 1001000 | 11 | 0 | 101010 | 10110110 | 111001 | 100101 |
Color Harmonies of #299195
Complementary color
Monochromatic Colors of #299195
Black with #299195
Text Example
Text Example
White with #299195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299195; }
p { color: rgb(41,145,149); }
H1.HeaderClassName
{
color: #299195;
}
.AnyTagClassName
{
color: #299195;
}
</style>
background-color css
<style>
a { background-color: #299195; }
a { background-color: rgb(41,145,149); }
div.DivClassName
{
background-color: #299195;
}
.BgClassName
{
background-color: #299195;
}
</style>
border-color css
<style>
span { border-color: #299195; }
span { border-color: rgb(41,145,149); }
td.TdClassName
{
border-color: #299195;
}
.TagClassName
{
border-color: #299195;
}
</style>