Shades of Java #299193
Tints of Java #299193
RGB
CMYK
RGB Variations
Color information
#299193 (or 0x299193) is known color: Java. HEX triplet: 29, 91 and 93. RGB value is (41,145,147). Sum of RGB (Red+Green+Blue) = 41+145+147=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #299193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299193 is #D66E6C. Grayscale: #727272. Windows color (decimal): -14052973 or 9670953. OLE color: 9670953.
HSL color Cylindrical-coordinate representation of color #299193: hue angle of 181.13º degrees, saturation: 0.56, 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 #299193 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 145 | 147 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.42 |
| HSL | 181.13º | 0.56% | 0.37% | - |
| HSV(B) | 181.13º | 0.72% | 0.58% | - |
| XYZ | 16.31 | 22.83 | 31.15 | - |
| YUV | 114.13 | 146.54 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 147 | 0.72 | 0.01 | 0 | 0.42 | 181.13 | 0.56 | 0.37 |
| Hex | 29 | 91 | 93 | 48 | 1 | 0 | 2A | B5 | 38 | 25 |
| Octal | 51 | 221 | 223 | 110 | 1 | 0 | 52 | 265 | 70 | 45 |
| Binary | 101001 | 10010001 | 10010011 | 1001000 | 1 | 0 | 101010 | 10110101 | 111000 | 100101 |
Color Harmonies of #299193
Complementary color
Monochromatic Colors of #299193
Black with #299193
Text Example
Text Example
White with #299193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299193; }
p { color: rgb(41,145,147); }
H1.HeaderClassName
{
color: #299193;
}
.AnyTagClassName
{
color: #299193;
}
</style>
background-color css
<style>
a { background-color: #299193; }
a { background-color: rgb(41,145,147); }
div.DivClassName
{
background-color: #299193;
}
.BgClassName
{
background-color: #299193;
}
</style>
border-color css
<style>
span { border-color: #299193; }
span { border-color: rgb(41,145,147); }
td.TdClassName
{
border-color: #299193;
}
.TagClassName
{
border-color: #299193;
}
</style>