Shades of Java #299293
Tints of Java #299293
RGB
CMYK
RGB Variations
Color information
#299293 (or 0x299293) is known color: Java. HEX triplet: 29, 92 and 93. RGB value is (41,146,147). Sum of RGB (Red+Green+Blue) = 41+146+147=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #299293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299293 is #D66D6C. Grayscale: #727272. Windows color (decimal): -14052717 or 9671209. OLE color: 9671209.
HSL color Cylindrical-coordinate representation of color #299293: hue angle of 180.57º degrees, saturation: 0.56, 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 #299293 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 146 | 147 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.42 |
| HSL | 180.57º | 0.56% | 0.37% | - |
| HSV(B) | 180.57º | 0.72% | 0.58% | - |
| XYZ | 16.46 | 23.14 | 31.2 | - |
| YUV | 114.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 147 | 0.72 | 0.01 | 0 | 0.42 | 180.57 | 0.56 | 0.37 |
| Hex | 29 | 92 | 93 | 48 | 1 | 0 | 2A | B5 | 38 | 25 |
| Octal | 51 | 222 | 223 | 110 | 1 | 0 | 52 | 265 | 70 | 45 |
| Binary | 101001 | 10010010 | 10010011 | 1001000 | 1 | 0 | 101010 | 10110101 | 111000 | 100101 |
Color Harmonies of #299293
Complementary color
Monochromatic Colors of #299293
Black with #299293
Text Example
Text Example
White with #299293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299293; }
p { color: rgb(41,146,147); }
H1.HeaderClassName
{
color: #299293;
}
.AnyTagClassName
{
color: #299293;
}
</style>
background-color css
<style>
a { background-color: #299293; }
a { background-color: rgb(41,146,147); }
div.DivClassName
{
background-color: #299293;
}
.BgClassName
{
background-color: #299293;
}
</style>
border-color css
<style>
span { border-color: #299293; }
span { border-color: rgb(41,146,147); }
td.TdClassName
{
border-color: #299293;
}
.TagClassName
{
border-color: #299293;
}
</style>