Shades of Java #299091
Tints of Java #299091
RGB
CMYK
RGB Variations
Color information
#299091 (or 0x299091) is known color: Java. HEX triplet: 29, 90 and 91. RGB value is (41,144,145). Sum of RGB (Red+Green+Blue) = 41+144+145=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #299091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299091 is #D66F6E. Grayscale: #717171. Windows color (decimal): -14053231 or 9539625. OLE color: 9539625.
HSL color Cylindrical-coordinate representation of color #299091: hue angle of 180.58º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299091 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 144 | 145 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.43 |
| HSL | 180.58º | 0.56% | 0.36% | - |
| HSV(B) | 180.58º | 0.72% | 0.57% | - |
| XYZ | 16 | 22.46 | 30.28 | - |
| YUV | 113.32 | 145.88 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 145 | 0.72 | 0.01 | 0 | 0.43 | 180.58 | 0.56 | 0.36 |
| Hex | 29 | 90 | 91 | 48 | 1 | 0 | 2B | B5 | 38 | 24 |
| Octal | 51 | 220 | 221 | 110 | 1 | 0 | 53 | 265 | 70 | 44 |
| Binary | 101001 | 10010000 | 10010001 | 1001000 | 1 | 0 | 101011 | 10110101 | 111000 | 100100 |
Color Harmonies of #299091
Complementary color
Monochromatic Colors of #299091
Black with #299091
Text Example
Text Example
White with #299091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299091; }
p { color: rgb(41,144,145); }
H1.HeaderClassName
{
color: #299091;
}
.AnyTagClassName
{
color: #299091;
}
</style>
background-color css
<style>
a { background-color: #299091; }
a { background-color: rgb(41,144,145); }
div.DivClassName
{
background-color: #299091;
}
.BgClassName
{
background-color: #299091;
}
</style>
border-color css
<style>
span { border-color: #299091; }
span { border-color: rgb(41,144,145); }
td.TdClassName
{
border-color: #299091;
}
.TagClassName
{
border-color: #299091;
}
</style>