Shades of Java #299498
Tints of Java #299498
RGB
CMYK
RGB Variations
Color information
#299498 (or 0x299498) is known color: Java. HEX triplet: 29, 94 and 98. RGB value is (41,148,152). Sum of RGB (Red+Green+Blue) = 41+148+152=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #299498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299498 is #D66B67. Grayscale: #747474. Windows color (decimal): -14052200 or 9999401. OLE color: 9999401.
HSL color Cylindrical-coordinate representation of color #299498: hue angle of 182.16º 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 #299498 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 148 | 152 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.40 |
| HSL | 182.16º | 0.58% | 0.38% | - |
| HSV(B) | 182.16º | 0.73% | 0.6% | - |
| XYZ | 17.17 | 23.92 | 33.42 | - |
| YUV | 116.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 152 | 0.73 | 0.03 | 0 | 0.40 | 182.16 | 0.58 | 0.38 |
| Hex | 29 | 94 | 98 | 49 | 3 | 0 | 28 | B6 | 3A | 26 |
| Octal | 51 | 224 | 230 | 111 | 3 | 0 | 50 | 266 | 72 | 46 |
| Binary | 101001 | 10010100 | 10011000 | 1001001 | 11 | 0 | 101000 | 10110110 | 111010 | 100110 |
Color Harmonies of #299498
Complementary color
Monochromatic Colors of #299498
Black with #299498
Text Example
Text Example
White with #299498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299498; }
p { color: rgb(41,148,152); }
H1.HeaderClassName
{
color: #299498;
}
.AnyTagClassName
{
color: #299498;
}
</style>
background-color css
<style>
a { background-color: #299498; }
a { background-color: rgb(41,148,152); }
div.DivClassName
{
background-color: #299498;
}
.BgClassName
{
background-color: #299498;
}
</style>
border-color css
<style>
span { border-color: #299498; }
span { border-color: rgb(41,148,152); }
td.TdClassName
{
border-color: #299498;
}
.TagClassName
{
border-color: #299498;
}
</style>