Shades of Java #299288
Tints of Java #299288
RGB
CMYK
RGB Variations
Color information
#299288 (or 0x299288) is known color: Java. HEX triplet: 29, 92 and 88. RGB value is (41,146,136). Sum of RGB (Red+Green+Blue) = 41+146+136=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #299288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299288 is #D66D77. Grayscale: #717171. Windows color (decimal): -14052728 or 8950313. OLE color: 8950313.
HSL color Cylindrical-coordinate representation of color #299288: hue angle of 174.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299288 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 146 | 136 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.43 |
| HSL | 174.29º | 0.56% | 0.37% | - |
| HSV(B) | 174.29º | 0.72% | 0.57% | - |
| XYZ | 15.64 | 22.81 | 26.87 | - |
| YUV | 113.47 | 140.71 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 136 | 0.72 | 0 | 0.07 | 0.43 | 174.29 | 0.56 | 0.37 |
| Hex | 29 | 92 | 88 | 48 | 0 | 7 | 2B | AE | 38 | 25 |
| Octal | 51 | 222 | 210 | 110 | 0 | 7 | 53 | 256 | 70 | 45 |
| Binary | 101001 | 10010010 | 10001000 | 1001000 | 0 | 111 | 101011 | 10101110 | 111000 | 100101 |
Color Harmonies of #299288
Complementary color
Monochromatic Colors of #299288
Black with #299288
Text Example
Text Example
White with #299288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299288; }
p { color: rgb(41,146,136); }
H1.HeaderClassName
{
color: #299288;
}
.AnyTagClassName
{
color: #299288;
}
</style>
background-color css
<style>
a { background-color: #299288; }
a { background-color: rgb(41,146,136); }
div.DivClassName
{
background-color: #299288;
}
.BgClassName
{
background-color: #299288;
}
</style>
border-color css
<style>
span { border-color: #299288; }
span { border-color: rgb(41,146,136); }
td.TdClassName
{
border-color: #299288;
}
.TagClassName
{
border-color: #299288;
}
</style>