Shades of Java #329F9C
Tints of Java #329F9C
RGB
CMYK
RGB Variations
Color information
#329F9C (or 0x329F9C) is known color: Java. HEX triplet: 32, 9F and 9C. RGB value is (50,159,156). Sum of RGB (Red+Green+Blue) = 50+159+156=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #329F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329F9C is #CD6063. Grayscale: #7D7D7D. Windows color (decimal): -13459556 or 10264370. OLE color: 10264370.
HSL color Cylindrical-coordinate representation of color #329F9C: hue angle of 178.35º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F9C is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 156 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.38 |
| HSL | 178.35º | 0.52% | 0.41% | - |
| HSV(B) | 178.35º | 0.69% | 0.62% | - |
| XYZ | 19.71 | 27.87 | 35.79 | - |
| YUV | 126.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 156 | 0.69 | 0 | 0.02 | 0.38 | 178.35 | 0.52 | 0.41 |
| Hex | 32 | 9F | 9C | 45 | 0 | 2 | 26 | B2 | 34 | 29 |
| Octal | 62 | 237 | 234 | 105 | 0 | 2 | 46 | 262 | 64 | 51 |
| Binary | 110010 | 10011111 | 10011100 | 1000101 | 0 | 10 | 100110 | 10110010 | 110100 | 101001 |
Color Harmonies of #329F9C
Complementary color
Monochromatic Colors of #329F9C
Black with #329F9C
Text Example
Text Example
White with #329F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F9C; }
p { color: rgb(50,159,156); }
H1.HeaderClassName
{
color: #329F9C;
}
.AnyTagClassName
{
color: #329F9C;
}
</style>
background-color css
<style>
a { background-color: #329F9C; }
a { background-color: rgb(50,159,156); }
div.DivClassName
{
background-color: #329F9C;
}
.BgClassName
{
background-color: #329F9C;
}
</style>
border-color css
<style>
span { border-color: #329F9C; }
span { border-color: rgb(50,159,156); }
td.TdClassName
{
border-color: #329F9C;
}
.TagClassName
{
border-color: #329F9C;
}
</style>