Shades of Java #329E9A
Tints of Java #329E9A
RGB
CMYK
RGB Variations
Color information
#329E9A (or 0x329E9A) is known color: Java. HEX triplet: 32, 9E and 9A. RGB value is (50,158,154). Sum of RGB (Red+Green+Blue) = 50+158+154=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #329E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E9A is #CD6165. Grayscale: #7D7D7D. Windows color (decimal): -13459814 or 10133042. OLE color: 10133042.
HSL color Cylindrical-coordinate representation of color #329E9A: hue angle of 177.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E9A is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 154 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.38 |
| HSL | 177.78º | 0.52% | 0.41% | - |
| HSV(B) | 177.78º | 0.68% | 0.62% | - |
| XYZ | 19.37 | 27.46 | 34.85 | - |
| YUV | 125.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 154 | 0.68 | 0 | 0.03 | 0.38 | 177.78 | 0.52 | 0.41 |
| Hex | 32 | 9E | 9A | 44 | 0 | 3 | 26 | B2 | 34 | 29 |
| Octal | 62 | 236 | 232 | 104 | 0 | 3 | 46 | 262 | 64 | 51 |
| Binary | 110010 | 10011110 | 10011010 | 1000100 | 0 | 11 | 100110 | 10110010 | 110100 | 101001 |
Color Harmonies of #329E9A
Complementary color
Monochromatic Colors of #329E9A
Black with #329E9A
Text Example
Text Example
White with #329E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E9A; }
p { color: rgb(50,158,154); }
H1.HeaderClassName
{
color: #329E9A;
}
.AnyTagClassName
{
color: #329E9A;
}
</style>
background-color css
<style>
a { background-color: #329E9A; }
a { background-color: rgb(50,158,154); }
div.DivClassName
{
background-color: #329E9A;
}
.BgClassName
{
background-color: #329E9A;
}
</style>
border-color css
<style>
span { border-color: #329E9A; }
span { border-color: rgb(50,158,154); }
td.TdClassName
{
border-color: #329E9A;
}
.TagClassName
{
border-color: #329E9A;
}
</style>