Shades of Java #299798
Tints of Java #299798
RGB
CMYK
RGB Variations
Color information
#299798 (or 0x299798) is known color: Java. HEX triplet: 29, 97 and 98. RGB value is (41,151,152). Sum of RGB (Red+Green+Blue) = 41+151+152=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #299798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299798 is #D66867. Grayscale: #767676. Windows color (decimal): -14051432 or 10000169. OLE color: 10000169.
HSL color Cylindrical-coordinate representation of color #299798: hue angle of 180.54º 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 #299798 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 151 | 152 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.40 |
| HSL | 180.54º | 0.58% | 0.38% | - |
| HSV(B) | 180.54º | 0.73% | 0.6% | - |
| XYZ | 17.65 | 24.87 | 33.58 | - |
| YUV | 118.22 | 147.06 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 152 | 0.73 | 0.01 | 0 | 0.40 | 180.54 | 0.58 | 0.38 |
| Hex | 29 | 97 | 98 | 49 | 1 | 0 | 28 | B5 | 3A | 26 |
| Octal | 51 | 227 | 230 | 111 | 1 | 0 | 50 | 265 | 72 | 46 |
| Binary | 101001 | 10010111 | 10011000 | 1001001 | 1 | 0 | 101000 | 10110101 | 111010 | 100110 |
Color Harmonies of #299798
Complementary color
Monochromatic Colors of #299798
Black with #299798
Text Example
Text Example
White with #299798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299798; }
p { color: rgb(41,151,152); }
H1.HeaderClassName
{
color: #299798;
}
.AnyTagClassName
{
color: #299798;
}
</style>
background-color css
<style>
a { background-color: #299798; }
a { background-color: rgb(41,151,152); }
div.DivClassName
{
background-color: #299798;
}
.BgClassName
{
background-color: #299798;
}
</style>
border-color css
<style>
span { border-color: #299798; }
span { border-color: rgb(41,151,152); }
td.TdClassName
{
border-color: #299798;
}
.TagClassName
{
border-color: #299798;
}
</style>