Shades of Java #29959D
Tints of Java #29959D
RGB
CMYK
RGB Variations
Color information
#29959D (or 0x29959D) is known color: Java. HEX triplet: 29, 95 and 9D. RGB value is (41,149,157). Sum of RGB (Red+Green+Blue) = 41+149+157=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #29959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29959D is #D66A62. Grayscale: #757575. Windows color (decimal): -14051939 or 10327337. OLE color: 10327337.
HSL color Cylindrical-coordinate representation of color #29959D: hue angle of 184.14º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29959D is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 149 | 157 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.38 |
| HSL | 184.14º | 0.59% | 0.39% | - |
| HSV(B) | 184.14º | 0.74% | 0.62% | - |
| XYZ | 17.75 | 24.4 | 35.67 | - |
| YUV | 117.62 | 150.22 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 157 | 0.74 | 0.05 | 0 | 0.38 | 184.14 | 0.59 | 0.39 |
| Hex | 29 | 95 | 9D | 4A | 5 | 0 | 26 | B8 | 3B | 27 |
| Octal | 51 | 225 | 235 | 112 | 5 | 0 | 46 | 270 | 73 | 47 |
| Binary | 101001 | 10010101 | 10011101 | 1001010 | 101 | 0 | 100110 | 10111000 | 111011 | 100111 |
Color Harmonies of #29959D
Complementary color
Monochromatic Colors of #29959D
Black with #29959D
Text Example
Text Example
White with #29959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29959D; }
p { color: rgb(41,149,157); }
H1.HeaderClassName
{
color: #29959D;
}
.AnyTagClassName
{
color: #29959D;
}
</style>
background-color css
<style>
a { background-color: #29959D; }
a { background-color: rgb(41,149,157); }
div.DivClassName
{
background-color: #29959D;
}
.BgClassName
{
background-color: #29959D;
}
</style>
border-color css
<style>
span { border-color: #29959D; }
span { border-color: rgb(41,149,157); }
td.TdClassName
{
border-color: #29959D;
}
.TagClassName
{
border-color: #29959D;
}
</style>