Shades of Java #299FA3
Tints of Java #299FA3
RGB
CMYK
RGB Variations
Color information
#299FA3 (or 0x299FA3) is known color: Java. HEX triplet: 29, 9F and A3. RGB value is (41,159,163). Sum of RGB (Red+Green+Blue) = 41+159+163=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 163 - color contains mainly: blue. Hex color #299FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299FA3 is #D6605C. Grayscale: #7C7C7C. Windows color (decimal): -14049373 or 10723113. OLE color: 10723113.
HSL color Cylindrical-coordinate representation of color #299FA3: hue angle of 181.97º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #299FA3 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 159 | 163 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.36 |
| HSL | 181.97º | 0.6% | 0.4% | - |
| HSV(B) | 181.97º | 0.75% | 0.64% | - |
| XYZ | 19.92 | 27.91 | 38.99 | - |
| YUV | 124.17 | 149.91 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 163 | 0.75 | 0.02 | 0 | 0.36 | 181.97 | 0.6 | 0.4 |
| Hex | 29 | 9F | A3 | 4B | 2 | 0 | 24 | B6 | 3C | 28 |
| Octal | 51 | 237 | 243 | 113 | 2 | 0 | 44 | 266 | 74 | 50 |
| Binary | 101001 | 10011111 | 10100011 | 1001011 | 10 | 0 | 100100 | 10110110 | 111100 | 101000 |
Color Harmonies of #299FA3
Complementary color
Monochromatic Colors of #299FA3
Black with #299FA3
Text Example
Text Example
White with #299FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299FA3; }
p { color: rgb(41,159,163); }
H1.HeaderClassName
{
color: #299FA3;
}
.AnyTagClassName
{
color: #299FA3;
}
</style>
background-color css
<style>
a { background-color: #299FA3; }
a { background-color: rgb(41,159,163); }
div.DivClassName
{
background-color: #299FA3;
}
.BgClassName
{
background-color: #299FA3;
}
</style>
border-color css
<style>
span { border-color: #299FA3; }
span { border-color: rgb(41,159,163); }
td.TdClassName
{
border-color: #299FA3;
}
.TagClassName
{
border-color: #299FA3;
}
</style>