Shades of Java #299397
Tints of Java #299397
RGB
CMYK
RGB Variations
Color information
#299397 (or 0x299397) is known color: Java. HEX triplet: 29, 93 and 97. RGB value is (41,147,151). Sum of RGB (Red+Green+Blue) = 41+147+151=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #299397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299397 is #D66C68. Grayscale: #737373. Windows color (decimal): -14052457 or 9933609. OLE color: 9933609.
HSL color Cylindrical-coordinate representation of color #299397: hue angle of 182.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299397 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 147 | 151 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.41 |
| HSL | 182.18º | 0.57% | 0.38% | - |
| HSV(B) | 182.18º | 0.73% | 0.59% | - |
| XYZ | 16.93 | 23.57 | 32.94 | - |
| YUV | 115.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 151 | 0.73 | 0.03 | 0 | 0.41 | 182.18 | 0.57 | 0.38 |
| Hex | 29 | 93 | 97 | 49 | 3 | 0 | 29 | B6 | 39 | 26 |
| Octal | 51 | 223 | 227 | 111 | 3 | 0 | 51 | 266 | 71 | 46 |
| Binary | 101001 | 10010011 | 10010111 | 1001001 | 11 | 0 | 101001 | 10110110 | 111001 | 100110 |
Color Harmonies of #299397
Complementary color
Monochromatic Colors of #299397
Black with #299397
Text Example
Text Example
White with #299397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299397; }
p { color: rgb(41,147,151); }
H1.HeaderClassName
{
color: #299397;
}
.AnyTagClassName
{
color: #299397;
}
</style>
background-color css
<style>
a { background-color: #299397; }
a { background-color: rgb(41,147,151); }
div.DivClassName
{
background-color: #299397;
}
.BgClassName
{
background-color: #299397;
}
</style>
border-color css
<style>
span { border-color: #299397; }
span { border-color: rgb(41,147,151); }
td.TdClassName
{
border-color: #299397;
}
.TagClassName
{
border-color: #299397;
}
</style>