Shades of Java #299094
Tints of Java #299094
RGB
CMYK
RGB Variations
Color information
#299094 (or 0x299094) is known color: Java. HEX triplet: 29, 90 and 94. RGB value is (41,144,148). Sum of RGB (Red+Green+Blue) = 41+144+148=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #299094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299094 is #D66F6B. Grayscale: #717171. Windows color (decimal): -14053228 or 9736233. OLE color: 9736233.
HSL color Cylindrical-coordinate representation of color #299094: hue angle of 182.24º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299094 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 144 | 148 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.42 |
| HSL | 182.24º | 0.57% | 0.37% | - |
| HSV(B) | 182.24º | 0.72% | 0.58% | - |
| XYZ | 16.23 | 22.56 | 31.52 | - |
| YUV | 113.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 148 | 0.72 | 0.03 | 0 | 0.42 | 182.24 | 0.57 | 0.37 |
| Hex | 29 | 90 | 94 | 48 | 3 | 0 | 2A | B6 | 39 | 25 |
| Octal | 51 | 220 | 224 | 110 | 3 | 0 | 52 | 266 | 71 | 45 |
| Binary | 101001 | 10010000 | 10010100 | 1001000 | 11 | 0 | 101010 | 10110110 | 111001 | 100101 |
Color Harmonies of #299094
Complementary color
Monochromatic Colors of #299094
Black with #299094
Text Example
Text Example
White with #299094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299094; }
p { color: rgb(41,144,148); }
H1.HeaderClassName
{
color: #299094;
}
.AnyTagClassName
{
color: #299094;
}
</style>
background-color css
<style>
a { background-color: #299094; }
a { background-color: rgb(41,144,148); }
div.DivClassName
{
background-color: #299094;
}
.BgClassName
{
background-color: #299094;
}
</style>
border-color css
<style>
span { border-color: #299094; }
span { border-color: rgb(41,144,148); }
td.TdClassName
{
border-color: #299094;
}
.TagClassName
{
border-color: #299094;
}
</style>