Shades of Java #299491
Tints of Java #299491
RGB
CMYK
RGB Variations
Color information
#299491 (or 0x299491) is known color: Java. HEX triplet: 29, 94 and 91. RGB value is (41,148,145). Sum of RGB (Red+Green+Blue) = 41+148+145=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #299491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299491 is #D66B6E. Grayscale: #737373. Windows color (decimal): -14052207 or 9540649. OLE color: 9540649.
HSL color Cylindrical-coordinate representation of color #299491: hue angle of 178.32º 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 #299491 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 148 | 145 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.42 |
| HSL | 178.32º | 0.57% | 0.37% | - |
| HSV(B) | 178.32º | 0.72% | 0.58% | - |
| XYZ | 16.62 | 23.7 | 30.49 | - |
| YUV | 115.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 145 | 0.72 | 0 | 0.02 | 0.42 | 178.32 | 0.57 | 0.37 |
| Hex | 29 | 94 | 91 | 48 | 0 | 2 | 2A | B2 | 39 | 25 |
| Octal | 51 | 224 | 221 | 110 | 0 | 2 | 52 | 262 | 71 | 45 |
| Binary | 101001 | 10010100 | 10010001 | 1001000 | 0 | 10 | 101010 | 10110010 | 111001 | 100101 |
Color Harmonies of #299491
Complementary color
Monochromatic Colors of #299491
Black with #299491
Text Example
Text Example
White with #299491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299491; }
p { color: rgb(41,148,145); }
H1.HeaderClassName
{
color: #299491;
}
.AnyTagClassName
{
color: #299491;
}
</style>
background-color css
<style>
a { background-color: #299491; }
a { background-color: rgb(41,148,145); }
div.DivClassName
{
background-color: #299491;
}
.BgClassName
{
background-color: #299491;
}
</style>
border-color css
<style>
span { border-color: #299491; }
span { border-color: rgb(41,148,145); }
td.TdClassName
{
border-color: #299491;
}
.TagClassName
{
border-color: #299491;
}
</style>