Shades of Java #299298
Tints of Java #299298
RGB
CMYK
RGB Variations
Color information
#299298 (or 0x299298) is known color: Java. HEX triplet: 29, 92 and 98. RGB value is (41,146,152). Sum of RGB (Red+Green+Blue) = 41+146+152=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #299298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299298 is #D66D67. Grayscale: #737373. Windows color (decimal): -14052712 or 9998889. OLE color: 9998889.
HSL color Cylindrical-coordinate representation of color #299298: hue angle of 183.24º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299298 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 146 | 152 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.40 |
| HSL | 183.24º | 0.58% | 0.38% | - |
| HSV(B) | 183.24º | 0.73% | 0.6% | - |
| XYZ | 16.86 | 23.3 | 33.31 | - |
| YUV | 115.29 | 148.71 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 152 | 0.73 | 0.04 | 0 | 0.40 | 183.24 | 0.58 | 0.38 |
| Hex | 29 | 92 | 98 | 49 | 4 | 0 | 28 | B7 | 3A | 26 |
| Octal | 51 | 222 | 230 | 111 | 4 | 0 | 50 | 267 | 72 | 46 |
| Binary | 101001 | 10010010 | 10011000 | 1001001 | 100 | 0 | 101000 | 10110111 | 111010 | 100110 |
Color Harmonies of #299298
Complementary color
Monochromatic Colors of #299298
Black with #299298
Text Example
Text Example
White with #299298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299298; }
p { color: rgb(41,146,152); }
H1.HeaderClassName
{
color: #299298;
}
.AnyTagClassName
{
color: #299298;
}
</style>
background-color css
<style>
a { background-color: #299298; }
a { background-color: rgb(41,146,152); }
div.DivClassName
{
background-color: #299298;
}
.BgClassName
{
background-color: #299298;
}
</style>
border-color css
<style>
span { border-color: #299298; }
span { border-color: rgb(41,146,152); }
td.TdClassName
{
border-color: #299298;
}
.TagClassName
{
border-color: #299298;
}
</style>