Shades of Java #299286
Tints of Java #299286
RGB
CMYK
RGB Variations
Color information
#299286 (or 0x299286) is known color: Java. HEX triplet: 29, 92 and 86. RGB value is (41,146,134). Sum of RGB (Red+Green+Blue) = 41+146+134=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #299286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299286 is #D66D79. Grayscale: #717171. Windows color (decimal): -14052730 or 8819241. OLE color: 8819241.
HSL color Cylindrical-coordinate representation of color #299286: hue angle of 173.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299286 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 146 | 134 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.43 |
| HSL | 173.14º | 0.56% | 0.37% | - |
| HSV(B) | 173.14º | 0.72% | 0.57% | - |
| XYZ | 15.5 | 22.75 | 26.13 | - |
| YUV | 113.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 134 | 0.72 | 0 | 0.08 | 0.43 | 173.14 | 0.56 | 0.37 |
| Hex | 29 | 92 | 86 | 48 | 0 | 8 | 2B | AD | 38 | 25 |
| Octal | 51 | 222 | 206 | 110 | 0 | 10 | 53 | 255 | 70 | 45 |
| Binary | 101001 | 10010010 | 10000110 | 1001000 | 0 | 1000 | 101011 | 10101101 | 111000 | 100101 |
Color Harmonies of #299286
Complementary color
Monochromatic Colors of #299286
Black with #299286
Text Example
Text Example
White with #299286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299286; }
p { color: rgb(41,146,134); }
H1.HeaderClassName
{
color: #299286;
}
.AnyTagClassName
{
color: #299286;
}
</style>
background-color css
<style>
a { background-color: #299286; }
a { background-color: rgb(41,146,134); }
div.DivClassName
{
background-color: #299286;
}
.BgClassName
{
background-color: #299286;
}
</style>
border-color css
<style>
span { border-color: #299286; }
span { border-color: rgb(41,146,134); }
td.TdClassName
{
border-color: #299286;
}
.TagClassName
{
border-color: #299286;
}
</style>