Shades of Java #299199
Tints of Java #299199
RGB
CMYK
RGB Variations
Color information
#299199 (or 0x299199) is known color: Java. HEX triplet: 29, 91 and 99. RGB value is (41,145,153). Sum of RGB (Red+Green+Blue) = 41+145+153=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #299199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299199 is #D66E66. Grayscale: #727272. Windows color (decimal): -14052967 or 10064169. OLE color: 10064169.
HSL color Cylindrical-coordinate representation of color #299199: hue angle of 184.29º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299199 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 145 | 153 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.4 |
| HSL | 184.29º | 0.58% | 0.38% | - |
| HSV(B) | 184.29º | 0.73% | 0.6% | - |
| XYZ | 16.79 | 23.02 | 33.7 | - |
| YUV | 114.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 153 | 0.73 | 0.05 | 0 | 0.4 | 184.29 | 0.58 | 0.38 |
| Hex | 29 | 91 | 99 | 49 | 5 | 0 | 28 | B8 | 3A | 26 |
| Octal | 51 | 221 | 231 | 111 | 5 | 0 | 50 | 270 | 72 | 46 |
| Binary | 101001 | 10010001 | 10011001 | 1001001 | 101 | 0 | 101000 | 10111000 | 111010 | 100110 |
Color Harmonies of #299199
Complementary color
Monochromatic Colors of #299199
Black with #299199
Text Example
Text Example
White with #299199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299199; }
p { color: rgb(41,145,153); }
H1.HeaderClassName
{
color: #299199;
}
.AnyTagClassName
{
color: #299199;
}
</style>
background-color css
<style>
a { background-color: #299199; }
a { background-color: rgb(41,145,153); }
div.DivClassName
{
background-color: #299199;
}
.BgClassName
{
background-color: #299199;
}
</style>
border-color css
<style>
span { border-color: #299199; }
span { border-color: rgb(41,145,153); }
td.TdClassName
{
border-color: #299199;
}
.TagClassName
{
border-color: #299199;
}
</style>