Shades of Java #299597
Tints of Java #299597
RGB
CMYK
RGB Variations
Color information
#299597 (or 0x299597) is known color: Java. HEX triplet: 29, 95 and 97. RGB value is (41,149,151). Sum of RGB (Red+Green+Blue) = 41+149+151=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #299597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299597 is #D66A68. Grayscale: #747474. Windows color (decimal): -14051945 or 9934121. OLE color: 9934121.
HSL color Cylindrical-coordinate representation of color #299597: hue angle of 181.09º 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 #299597 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 149 | 151 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.41 |
| HSL | 181.09º | 0.57% | 0.38% | - |
| HSV(B) | 181.09º | 0.73% | 0.59% | - |
| XYZ | 17.25 | 24.2 | 33.04 | - |
| YUV | 116.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 151 | 0.73 | 0.01 | 0 | 0.41 | 181.09 | 0.57 | 0.38 |
| Hex | 29 | 95 | 97 | 49 | 1 | 0 | 29 | B5 | 39 | 26 |
| Octal | 51 | 225 | 227 | 111 | 1 | 0 | 51 | 265 | 71 | 46 |
| Binary | 101001 | 10010101 | 10010111 | 1001001 | 1 | 0 | 101001 | 10110101 | 111001 | 100110 |
Color Harmonies of #299597
Complementary color
Monochromatic Colors of #299597
Black with #299597
Text Example
Text Example
White with #299597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299597; }
p { color: rgb(41,149,151); }
H1.HeaderClassName
{
color: #299597;
}
.AnyTagClassName
{
color: #299597;
}
</style>
background-color css
<style>
a { background-color: #299597; }
a { background-color: rgb(41,149,151); }
div.DivClassName
{
background-color: #299597;
}
.BgClassName
{
background-color: #299597;
}
</style>
border-color css
<style>
span { border-color: #299597; }
span { border-color: rgb(41,149,151); }
td.TdClassName
{
border-color: #299597;
}
.TagClassName
{
border-color: #299597;
}
</style>