Shades of Java #329DA0
Tints of Java #329DA0
RGB
CMYK
RGB Variations
Color information
#329DA0 (or 0x329DA0) is known color: Java. HEX triplet: 32, 9D and A0. RGB value is (50,157,160). Sum of RGB (Red+Green+Blue) = 50+157+160=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #329DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DA0 is #CD625F. Grayscale: #7D7D7D. Windows color (decimal): -13460064 or 10526002. OLE color: 10526002.
HSL color Cylindrical-coordinate representation of color #329DA0: hue angle of 181.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329DA0 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 157 | 160 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.37 |
| HSL | 181.64º | 0.52% | 0.41% | - |
| HSV(B) | 181.64º | 0.69% | 0.63% | - |
| XYZ | 19.72 | 27.33 | 37.49 | - |
| YUV | 125.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 160 | 0.69 | 0.02 | 0 | 0.37 | 181.64 | 0.52 | 0.41 |
| Hex | 32 | 9D | A0 | 45 | 2 | 0 | 25 | B6 | 34 | 29 |
| Octal | 62 | 235 | 240 | 105 | 2 | 0 | 45 | 266 | 64 | 51 |
| Binary | 110010 | 10011101 | 10100000 | 1000101 | 10 | 0 | 100101 | 10110110 | 110100 | 101001 |
Color Harmonies of #329DA0
Complementary color
Monochromatic Colors of #329DA0
Black with #329DA0
Text Example
Text Example
White with #329DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DA0; }
p { color: rgb(50,157,160); }
H1.HeaderClassName
{
color: #329DA0;
}
.AnyTagClassName
{
color: #329DA0;
}
</style>
background-color css
<style>
a { background-color: #329DA0; }
a { background-color: rgb(50,157,160); }
div.DivClassName
{
background-color: #329DA0;
}
.BgClassName
{
background-color: #329DA0;
}
</style>
border-color css
<style>
span { border-color: #329DA0; }
span { border-color: rgb(50,157,160); }
td.TdClassName
{
border-color: #329DA0;
}
.TagClassName
{
border-color: #329DA0;
}
</style>