Shades of Java #299BA1
Tints of Java #299BA1
RGB
CMYK
RGB Variations
Color information
#299BA1 (or 0x299BA1) is known color: Java. HEX triplet: 29, 9B and A1. RGB value is (41,155,161). Sum of RGB (Red+Green+Blue) = 41+155+161=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #299BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BA1 is #D6645E. Grayscale: #797979. Windows color (decimal): -14050399 or 10591017. OLE color: 10591017.
HSL color Cylindrical-coordinate representation of color #299BA1: hue angle of 183º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #299BA1 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 155 | 161 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.37 |
| HSL | 183º | 0.59% | 0.4% | - |
| HSV(B) | 183º | 0.75% | 0.63% | - |
| XYZ | 19.07 | 26.49 | 37.83 | - |
| YUV | 121.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 161 | 0.75 | 0.04 | 0 | 0.37 | 183 | 0.59 | 0.4 |
| Hex | 29 | 9B | A1 | 4B | 4 | 0 | 25 | B7 | 3B | 28 |
| Octal | 51 | 233 | 241 | 113 | 4 | 0 | 45 | 267 | 73 | 50 |
| Binary | 101001 | 10011011 | 10100001 | 1001011 | 100 | 0 | 100101 | 10110111 | 111011 | 101000 |
Color Harmonies of #299BA1
Complementary color
Monochromatic Colors of #299BA1
Black with #299BA1
Text Example
Text Example
White with #299BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BA1; }
p { color: rgb(41,155,161); }
H1.HeaderClassName
{
color: #299BA1;
}
.AnyTagClassName
{
color: #299BA1;
}
</style>
background-color css
<style>
a { background-color: #299BA1; }
a { background-color: rgb(41,155,161); }
div.DivClassName
{
background-color: #299BA1;
}
.BgClassName
{
background-color: #299BA1;
}
</style>
border-color css
<style>
span { border-color: #299BA1; }
span { border-color: rgb(41,155,161); }
td.TdClassName
{
border-color: #299BA1;
}
.TagClassName
{
border-color: #299BA1;
}
</style>