Shades of Java #299197
Tints of Java #299197
RGB
CMYK
RGB Variations
Color information
#299197 (or 0x299197) is known color: Java. HEX triplet: 29, 91 and 97. RGB value is (41,145,151). Sum of RGB (Red+Green+Blue) = 41+145+151=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #299197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299197 is #D66E68. Grayscale: #727272. Windows color (decimal): -14052969 or 9933097. OLE color: 9933097.
HSL color Cylindrical-coordinate representation of color #299197: hue angle of 183.27º 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 #299197 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 145 | 151 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.41 |
| HSL | 183.27º | 0.57% | 0.38% | - |
| HSV(B) | 183.27º | 0.73% | 0.59% | - |
| XYZ | 16.63 | 22.96 | 32.83 | - |
| YUV | 114.59 | 148.54 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 151 | 0.73 | 0.04 | 0 | 0.41 | 183.27 | 0.57 | 0.38 |
| Hex | 29 | 91 | 97 | 49 | 4 | 0 | 29 | B7 | 39 | 26 |
| Octal | 51 | 221 | 227 | 111 | 4 | 0 | 51 | 267 | 71 | 46 |
| Binary | 101001 | 10010001 | 10010111 | 1001001 | 100 | 0 | 101001 | 10110111 | 111001 | 100110 |
Color Harmonies of #299197
Complementary color
Monochromatic Colors of #299197
Black with #299197
Text Example
Text Example
White with #299197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299197; }
p { color: rgb(41,145,151); }
H1.HeaderClassName
{
color: #299197;
}
.AnyTagClassName
{
color: #299197;
}
</style>
background-color css
<style>
a { background-color: #299197; }
a { background-color: rgb(41,145,151); }
div.DivClassName
{
background-color: #299197;
}
.BgClassName
{
background-color: #299197;
}
</style>
border-color css
<style>
span { border-color: #299197; }
span { border-color: rgb(41,145,151); }
td.TdClassName
{
border-color: #299197;
}
.TagClassName
{
border-color: #299197;
}
</style>