Shades of Java #299192
Tints of Java #299192
RGB
CMYK
RGB Variations
Color information
#299192 (or 0x299192) is known color: Java. HEX triplet: 29, 91 and 92. RGB value is (41,145,146). Sum of RGB (Red+Green+Blue) = 41+145+146=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #299192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299192 is #D66E6D. Grayscale: #717171. Windows color (decimal): -14052974 or 9605417. OLE color: 9605417.
HSL color Cylindrical-coordinate representation of color #299192: hue angle of 180.57º 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 #299192 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 145 | 146 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.43 |
| HSL | 180.57º | 0.56% | 0.37% | - |
| HSV(B) | 180.57º | 0.72% | 0.57% | - |
| XYZ | 16.23 | 22.8 | 30.74 | - |
| YUV | 114.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 146 | 0.72 | 0.01 | 0 | 0.43 | 180.57 | 0.56 | 0.37 |
| Hex | 29 | 91 | 92 | 48 | 1 | 0 | 2B | B5 | 38 | 25 |
| Octal | 51 | 221 | 222 | 110 | 1 | 0 | 53 | 265 | 70 | 45 |
| Binary | 101001 | 10010001 | 10010010 | 1001000 | 1 | 0 | 101011 | 10110101 | 111000 | 100101 |
Color Harmonies of #299192
Complementary color
Monochromatic Colors of #299192
Black with #299192
Text Example
Text Example
White with #299192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299192; }
p { color: rgb(41,145,146); }
H1.HeaderClassName
{
color: #299192;
}
.AnyTagClassName
{
color: #299192;
}
</style>
background-color css
<style>
a { background-color: #299192; }
a { background-color: rgb(41,145,146); }
div.DivClassName
{
background-color: #299192;
}
.BgClassName
{
background-color: #299192;
}
</style>
border-color css
<style>
span { border-color: #299192; }
span { border-color: rgb(41,145,146); }
td.TdClassName
{
border-color: #299192;
}
.TagClassName
{
border-color: #299192;
}
</style>