Shades of Java #299699
Tints of Java #299699
RGB
CMYK
RGB Variations
Color information
#299699 (or 0x299699) is known color: Java. HEX triplet: 29, 96 and 99. RGB value is (41,150,153). Sum of RGB (Red+Green+Blue) = 41+150+153=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #299699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299699 is #D66966. Grayscale: #757575. Windows color (decimal): -14051687 or 10065449. OLE color: 10065449.
HSL color Cylindrical-coordinate representation of color #299699: hue angle of 181.61º 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 #299699 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 150 | 153 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.4 |
| HSL | 181.61º | 0.58% | 0.38% | - |
| HSV(B) | 181.61º | 0.73% | 0.6% | - |
| XYZ | 17.57 | 24.58 | 33.96 | - |
| YUV | 117.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 153 | 0.73 | 0.02 | 0 | 0.4 | 181.61 | 0.58 | 0.38 |
| Hex | 29 | 96 | 99 | 49 | 2 | 0 | 28 | B6 | 3A | 26 |
| Octal | 51 | 226 | 231 | 111 | 2 | 0 | 50 | 266 | 72 | 46 |
| Binary | 101001 | 10010110 | 10011001 | 1001001 | 10 | 0 | 101000 | 10110110 | 111010 | 100110 |
Color Harmonies of #299699
Complementary color
Monochromatic Colors of #299699
Black with #299699
Text Example
Text Example
White with #299699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299699; }
p { color: rgb(41,150,153); }
H1.HeaderClassName
{
color: #299699;
}
.AnyTagClassName
{
color: #299699;
}
</style>
background-color css
<style>
a { background-color: #299699; }
a { background-color: rgb(41,150,153); }
div.DivClassName
{
background-color: #299699;
}
.BgClassName
{
background-color: #299699;
}
</style>
border-color css
<style>
span { border-color: #299699; }
span { border-color: rgb(41,150,153); }
td.TdClassName
{
border-color: #299699;
}
.TagClassName
{
border-color: #299699;
}
</style>