Shades of Java #329793
Tints of Java #329793
RGB
CMYK
RGB Variations
Color information
#329793 (or 0x329793) is known color: Java. HEX triplet: 32, 97 and 93. RGB value is (50,151,147). Sum of RGB (Red+Green+Blue) = 50+151+147=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #329793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329793 is #CD686C. Grayscale: #787878. Windows color (decimal): -13461613 or 9672498. OLE color: 9672498.
HSL color Cylindrical-coordinate representation of color #329793: hue angle of 177.62º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329793 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 147 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.41 |
| HSL | 177.62º | 0.5% | 0.39% | - |
| HSV(B) | 177.62º | 0.67% | 0.59% | - |
| XYZ | 17.65 | 24.92 | 31.48 | - |
| YUV | 120.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 147 | 0.67 | 0 | 0.03 | 0.41 | 177.62 | 0.5 | 0.39 |
| Hex | 32 | 97 | 93 | 43 | 0 | 3 | 29 | B2 | 32 | 27 |
| Octal | 62 | 227 | 223 | 103 | 0 | 3 | 51 | 262 | 62 | 47 |
| Binary | 110010 | 10010111 | 10010011 | 1000011 | 0 | 11 | 101001 | 10110010 | 110010 | 100111 |
Color Harmonies of #329793
Complementary color
Monochromatic Colors of #329793
Black with #329793
Text Example
Text Example
White with #329793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329793; }
p { color: rgb(50,151,147); }
H1.HeaderClassName
{
color: #329793;
}
.AnyTagClassName
{
color: #329793;
}
</style>
background-color css
<style>
a { background-color: #329793; }
a { background-color: rgb(50,151,147); }
div.DivClassName
{
background-color: #329793;
}
.BgClassName
{
background-color: #329793;
}
</style>
border-color css
<style>
span { border-color: #329793; }
span { border-color: rgb(50,151,147); }
td.TdClassName
{
border-color: #329793;
}
.TagClassName
{
border-color: #329793;
}
</style>