Shades of Java #329492
Tints of Java #329492
RGB
CMYK
RGB Variations
Color information
#329492 (or 0x329492) is known color: Java. HEX triplet: 32, 94 and 92. RGB value is (50,148,146). Sum of RGB (Red+Green+Blue) = 50+148+146=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #329492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329492 is #CD6B6D. Grayscale: #767676. Windows color (decimal): -13462382 or 9606194. OLE color: 9606194.
HSL color Cylindrical-coordinate representation of color #329492: hue angle of 178.78º degrees, saturation: 0.49, 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 #329492 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 146 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.42 |
| HSL | 178.78º | 0.49% | 0.39% | - |
| HSV(B) | 178.78º | 0.66% | 0.58% | - |
| XYZ | 17.09 | 23.93 | 30.91 | - |
| YUV | 118.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 146 | 0.66 | 0 | 0.01 | 0.42 | 178.78 | 0.49 | 0.39 |
| Hex | 32 | 94 | 92 | 42 | 0 | 1 | 2A | B3 | 31 | 27 |
| Octal | 62 | 224 | 222 | 102 | 0 | 1 | 52 | 263 | 61 | 47 |
| Binary | 110010 | 10010100 | 10010010 | 1000010 | 0 | 1 | 101010 | 10110011 | 110001 | 100111 |
Color Harmonies of #329492
Complementary color
Monochromatic Colors of #329492
Black with #329492
Text Example
Text Example
White with #329492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329492; }
p { color: rgb(50,148,146); }
H1.HeaderClassName
{
color: #329492;
}
.AnyTagClassName
{
color: #329492;
}
</style>
background-color css
<style>
a { background-color: #329492; }
a { background-color: rgb(50,148,146); }
div.DivClassName
{
background-color: #329492;
}
.BgClassName
{
background-color: #329492;
}
</style>
border-color css
<style>
span { border-color: #329492; }
span { border-color: rgb(50,148,146); }
td.TdClassName
{
border-color: #329492;
}
.TagClassName
{
border-color: #329492;
}
</style>