Shades of Java #329395
Tints of Java #329395
RGB
CMYK
RGB Variations
Color information
#329395 (or 0x329395) is known color: Java. HEX triplet: 32, 93 and 95. RGB value is (50,147,149). Sum of RGB (Red+Green+Blue) = 50+147+149=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #329395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329395 is #CD6C6A. Grayscale: #767676. Windows color (decimal): -13462635 or 9802546. OLE color: 9802546.
HSL color Cylindrical-coordinate representation of color #329395: hue angle of 181.21º 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 #329395 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 149 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.42 |
| HSL | 181.21º | 0.5% | 0.39% | - |
| HSV(B) | 181.21º | 0.66% | 0.58% | - |
| XYZ | 17.17 | 23.72 | 32.11 | - |
| YUV | 118.23 | 145.36 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 149 | 0.66 | 0.01 | 0 | 0.42 | 181.21 | 0.5 | 0.39 |
| Hex | 32 | 93 | 95 | 42 | 1 | 0 | 2A | B5 | 32 | 27 |
| Octal | 62 | 223 | 225 | 102 | 1 | 0 | 52 | 265 | 62 | 47 |
| Binary | 110010 | 10010011 | 10010101 | 1000010 | 1 | 0 | 101010 | 10110101 | 110010 | 100111 |
Color Harmonies of #329395
Complementary color
Monochromatic Colors of #329395
Black with #329395
Text Example
Text Example
White with #329395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329395; }
p { color: rgb(50,147,149); }
H1.HeaderClassName
{
color: #329395;
}
.AnyTagClassName
{
color: #329395;
}
</style>
background-color css
<style>
a { background-color: #329395; }
a { background-color: rgb(50,147,149); }
div.DivClassName
{
background-color: #329395;
}
.BgClassName
{
background-color: #329395;
}
</style>
border-color css
<style>
span { border-color: #329395; }
span { border-color: rgb(50,147,149); }
td.TdClassName
{
border-color: #329395;
}
.TagClassName
{
border-color: #329395;
}
</style>