Shades of Java #329495
Tints of Java #329495
RGB
CMYK
RGB Variations
Color information
#329495 (or 0x329495) is known color: Java. HEX triplet: 32, 94 and 95. RGB value is (50,148,149). Sum of RGB (Red+Green+Blue) = 50+148+149=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #329495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329495 is #CD6B6A. Grayscale: #767676. Windows color (decimal): -13462379 or 9802802. OLE color: 9802802.
HSL color Cylindrical-coordinate representation of color #329495: hue angle of 180.61º 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 #329495 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 149 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.42 |
| HSL | 180.61º | 0.5% | 0.39% | - |
| HSV(B) | 180.61º | 0.66% | 0.58% | - |
| XYZ | 17.33 | 24.03 | 32.16 | - |
| YUV | 118.81 | 145.03 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 149 | 0.66 | 0.01 | 0 | 0.42 | 180.61 | 0.5 | 0.39 |
| Hex | 32 | 94 | 95 | 42 | 1 | 0 | 2A | B5 | 32 | 27 |
| Octal | 62 | 224 | 225 | 102 | 1 | 0 | 52 | 265 | 62 | 47 |
| Binary | 110010 | 10010100 | 10010101 | 1000010 | 1 | 0 | 101010 | 10110101 | 110010 | 100111 |
Color Harmonies of #329495
Complementary color
Monochromatic Colors of #329495
Black with #329495
Text Example
Text Example
White with #329495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329495; }
p { color: rgb(50,148,149); }
H1.HeaderClassName
{
color: #329495;
}
.AnyTagClassName
{
color: #329495;
}
</style>
background-color css
<style>
a { background-color: #329495; }
a { background-color: rgb(50,148,149); }
div.DivClassName
{
background-color: #329495;
}
.BgClassName
{
background-color: #329495;
}
</style>
border-color css
<style>
span { border-color: #329495; }
span { border-color: rgb(50,148,149); }
td.TdClassName
{
border-color: #329495;
}
.TagClassName
{
border-color: #329495;
}
</style>