Shades of Java #299087
Tints of Java #299087
RGB
CMYK
RGB Variations
Color information
#299087 (or 0x299087) is known color: Java. HEX triplet: 29, 90 and 87. RGB value is (41,144,135). Sum of RGB (Red+Green+Blue) = 41+144+135=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #299087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299087 is #D66F78. Grayscale: #707070. Windows color (decimal): -14053241 or 8884265. OLE color: 8884265.
HSL color Cylindrical-coordinate representation of color #299087: hue angle of 174.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299087 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 144 | 135 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.44 |
| HSL | 174.76º | 0.56% | 0.36% | - |
| HSV(B) | 174.76º | 0.72% | 0.56% | - |
| XYZ | 15.26 | 22.17 | 26.4 | - |
| YUV | 112.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 135 | 0.72 | 0 | 0.06 | 0.44 | 174.76 | 0.56 | 0.36 |
| Hex | 29 | 90 | 87 | 48 | 0 | 6 | 2C | AF | 38 | 24 |
| Octal | 51 | 220 | 207 | 110 | 0 | 6 | 54 | 257 | 70 | 44 |
| Binary | 101001 | 10010000 | 10000111 | 1001000 | 0 | 110 | 101100 | 10101111 | 111000 | 100100 |
Color Harmonies of #299087
Complementary color
Monochromatic Colors of #299087
Black with #299087
Text Example
Text Example
White with #299087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299087; }
p { color: rgb(41,144,135); }
H1.HeaderClassName
{
color: #299087;
}
.AnyTagClassName
{
color: #299087;
}
</style>
background-color css
<style>
a { background-color: #299087; }
a { background-color: rgb(41,144,135); }
div.DivClassName
{
background-color: #299087;
}
.BgClassName
{
background-color: #299087;
}
</style>
border-color css
<style>
span { border-color: #299087; }
span { border-color: rgb(41,144,135); }
td.TdClassName
{
border-color: #299087;
}
.TagClassName
{
border-color: #299087;
}
</style>