Shades of Java #299186
Tints of Java #299186
RGB
CMYK
RGB Variations
Color information
#299186 (or 0x299186) is known color: Java. HEX triplet: 29, 91 and 86. RGB value is (41,145,134). Sum of RGB (Red+Green+Blue) = 41+145+134=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #299186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299186 is #D66E79. Grayscale: #707070. Windows color (decimal): -14052986 or 8818985. OLE color: 8818985.
HSL color Cylindrical-coordinate representation of color #299186: hue angle of 173.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299186 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 145 | 134 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.43 |
| HSL | 173.65º | 0.56% | 0.36% | - |
| HSV(B) | 173.65º | 0.72% | 0.57% | - |
| XYZ | 15.34 | 22.44 | 26.08 | - |
| YUV | 112.65 | 140.04 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 134 | 0.72 | 0 | 0.08 | 0.43 | 173.65 | 0.56 | 0.36 |
| Hex | 29 | 91 | 86 | 48 | 0 | 8 | 2B | AE | 38 | 24 |
| Octal | 51 | 221 | 206 | 110 | 0 | 10 | 53 | 256 | 70 | 44 |
| Binary | 101001 | 10010001 | 10000110 | 1001000 | 0 | 1000 | 101011 | 10101110 | 111000 | 100100 |
Color Harmonies of #299186
Complementary color
Monochromatic Colors of #299186
Black with #299186
Text Example
Text Example
White with #299186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299186; }
p { color: rgb(41,145,134); }
H1.HeaderClassName
{
color: #299186;
}
.AnyTagClassName
{
color: #299186;
}
</style>
background-color css
<style>
a { background-color: #299186; }
a { background-color: rgb(41,145,134); }
div.DivClassName
{
background-color: #299186;
}
.BgClassName
{
background-color: #299186;
}
</style>
border-color css
<style>
span { border-color: #299186; }
span { border-color: rgb(41,145,134); }
td.TdClassName
{
border-color: #299186;
}
.TagClassName
{
border-color: #299186;
}
</style>