Shades of Java #299398
Tints of Java #299398
RGB
CMYK
RGB Variations
Color information
#299398 (or 0x299398) is known color: Java. HEX triplet: 29, 93 and 98. RGB value is (41,147,152). Sum of RGB (Red+Green+Blue) = 41+147+152=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #299398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299398 is #D66C67. Grayscale: #737373. Windows color (decimal): -14052456 or 9999145. OLE color: 9999145.
HSL color Cylindrical-coordinate representation of color #299398: hue angle of 182.7º 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 #299398 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 147 | 152 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.40 |
| HSL | 182.7º | 0.58% | 0.38% | - |
| HSV(B) | 182.7º | 0.73% | 0.6% | - |
| XYZ | 17.02 | 23.61 | 33.37 | - |
| YUV | 115.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 152 | 0.73 | 0.03 | 0 | 0.40 | 182.7 | 0.58 | 0.38 |
| Hex | 29 | 93 | 98 | 49 | 3 | 0 | 28 | B7 | 3A | 26 |
| Octal | 51 | 223 | 230 | 111 | 3 | 0 | 50 | 267 | 72 | 46 |
| Binary | 101001 | 10010011 | 10011000 | 1001001 | 11 | 0 | 101000 | 10110111 | 111010 | 100110 |
Color Harmonies of #299398
Complementary color
Monochromatic Colors of #299398
Black with #299398
Text Example
Text Example
White with #299398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299398; }
p { color: rgb(41,147,152); }
H1.HeaderClassName
{
color: #299398;
}
.AnyTagClassName
{
color: #299398;
}
</style>
background-color css
<style>
a { background-color: #299398; }
a { background-color: rgb(41,147,152); }
div.DivClassName
{
background-color: #299398;
}
.BgClassName
{
background-color: #299398;
}
</style>
border-color css
<style>
span { border-color: #299398; }
span { border-color: rgb(41,147,152); }
td.TdClassName
{
border-color: #299398;
}
.TagClassName
{
border-color: #299398;
}
</style>