Shades of Java #299297
Tints of Java #299297
RGB
CMYK
RGB Variations
Color information
#299297 (or 0x299297) is known color: Java. HEX triplet: 29, 92 and 97. RGB value is (41,146,151). Sum of RGB (Red+Green+Blue) = 41+146+151=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #299297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299297 is #D66D68. Grayscale: #737373. Windows color (decimal): -14052713 or 9933353. OLE color: 9933353.
HSL color Cylindrical-coordinate representation of color #299297: hue angle of 182.73º 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 #299297 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 146 | 151 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.41 |
| HSL | 182.73º | 0.57% | 0.38% | - |
| HSV(B) | 182.73º | 0.73% | 0.59% | - |
| XYZ | 16.78 | 23.26 | 32.88 | - |
| YUV | 115.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 151 | 0.73 | 0.03 | 0 | 0.41 | 182.73 | 0.57 | 0.38 |
| Hex | 29 | 92 | 97 | 49 | 3 | 0 | 29 | B7 | 39 | 26 |
| Octal | 51 | 222 | 227 | 111 | 3 | 0 | 51 | 267 | 71 | 46 |
| Binary | 101001 | 10010010 | 10010111 | 1001001 | 11 | 0 | 101001 | 10110111 | 111001 | 100110 |
Color Harmonies of #299297
Complementary color
Monochromatic Colors of #299297
Black with #299297
Text Example
Text Example
White with #299297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299297; }
p { color: rgb(41,146,151); }
H1.HeaderClassName
{
color: #299297;
}
.AnyTagClassName
{
color: #299297;
}
</style>
background-color css
<style>
a { background-color: #299297; }
a { background-color: rgb(41,146,151); }
div.DivClassName
{
background-color: #299297;
}
.BgClassName
{
background-color: #299297;
}
</style>
border-color css
<style>
span { border-color: #299297; }
span { border-color: rgb(41,146,151); }
td.TdClassName
{
border-color: #299297;
}
.TagClassName
{
border-color: #299297;
}
</style>