Shades of Java #329195
Tints of Java #329195
RGB
CMYK
RGB Variations
Color information
#329195 (or 0x329195) is known color: Java. HEX triplet: 32, 91 and 95. RGB value is (50,145,149). Sum of RGB (Red+Green+Blue) = 50+145+149=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #329195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329195 is #CD6E6A. Grayscale: #747474. Windows color (decimal): -13463147 or 9802034. OLE color: 9802034.
HSL color Cylindrical-coordinate representation of color #329195: hue angle of 182.42º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329195 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 145 | 149 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.42 |
| HSL | 182.42º | 0.5% | 0.39% | - |
| HSV(B) | 182.42º | 0.66% | 0.58% | - |
| XYZ | 16.87 | 23.1 | 32 | - |
| YUV | 117.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 149 | 0.66 | 0.03 | 0 | 0.42 | 182.42 | 0.5 | 0.39 |
| Hex | 32 | 91 | 95 | 42 | 3 | 0 | 2A | B6 | 32 | 27 |
| Octal | 62 | 221 | 225 | 102 | 3 | 0 | 52 | 266 | 62 | 47 |
| Binary | 110010 | 10010001 | 10010101 | 1000010 | 11 | 0 | 101010 | 10110110 | 110010 | 100111 |
Color Harmonies of #329195
Complementary color
Monochromatic Colors of #329195
Black with #329195
Text Example
Text Example
White with #329195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329195; }
p { color: rgb(50,145,149); }
H1.HeaderClassName
{
color: #329195;
}
.AnyTagClassName
{
color: #329195;
}
</style>
background-color css
<style>
a { background-color: #329195; }
a { background-color: rgb(50,145,149); }
div.DivClassName
{
background-color: #329195;
}
.BgClassName
{
background-color: #329195;
}
</style>
border-color css
<style>
span { border-color: #329195; }
span { border-color: rgb(50,145,149); }
td.TdClassName
{
border-color: #329195;
}
.TagClassName
{
border-color: #329195;
}
</style>