Shades of Java #29868C
Tints of Java #29868C
RGB
CMYK
RGB Variations
Color information
#29868C (or 0x29868C) is known color: Java. HEX triplet: 29, 86 and 8C. RGB value is (41,134,140). Sum of RGB (Red+Green+Blue) = 41+134+140=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #29868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29868C is #D67973. Grayscale: #6A6A6A. Windows color (decimal): -14055796 or 9209385. OLE color: 9209385.
HSL color Cylindrical-coordinate representation of color #29868C: hue angle of 183.64º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29868C is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 134 | 140 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.45 |
| HSL | 183.64º | 0.55% | 0.35% | - |
| HSV(B) | 183.64º | 0.71% | 0.55% | - |
| XYZ | 14.17 | 19.42 | 27.81 | - |
| YUV | 106.88 | 146.69 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 140 | 0.71 | 0.04 | 0 | 0.45 | 183.64 | 0.55 | 0.35 |
| Hex | 29 | 86 | 8C | 47 | 4 | 0 | 2D | B8 | 37 | 23 |
| Octal | 51 | 206 | 214 | 107 | 4 | 0 | 55 | 270 | 67 | 43 |
| Binary | 101001 | 10000110 | 10001100 | 1000111 | 100 | 0 | 101101 | 10111000 | 110111 | 100011 |
Color Harmonies of #29868C
Complementary color
Monochromatic Colors of #29868C
Black with #29868C
Text Example
Text Example
White with #29868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29868C; }
p { color: rgb(41,134,140); }
H1.HeaderClassName
{
color: #29868C;
}
.AnyTagClassName
{
color: #29868C;
}
</style>
background-color css
<style>
a { background-color: #29868C; }
a { background-color: rgb(41,134,140); }
div.DivClassName
{
background-color: #29868C;
}
.BgClassName
{
background-color: #29868C;
}
</style>
border-color css
<style>
span { border-color: #29868C; }
span { border-color: rgb(41,134,140); }
td.TdClassName
{
border-color: #29868C;
}
.TagClassName
{
border-color: #29868C;
}
</style>