Shades of Java #32999D
Tints of Java #32999D
RGB
CMYK
RGB Variations
Color information
#32999D (or 0x32999D) is known color: Java. HEX triplet: 32, 99 and 9D. RGB value is (50,153,157). Sum of RGB (Red+Green+Blue) = 50+153+157=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #32999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32999D is #CD6662. Grayscale: #7A7A7A. Windows color (decimal): -13461091 or 10328370. OLE color: 10328370.
HSL color Cylindrical-coordinate representation of color #32999D: hue angle of 182.24º 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 #32999D is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 153 | 157 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.38 |
| HSL | 182.24º | 0.52% | 0.41% | - |
| HSV(B) | 182.24º | 0.68% | 0.62% | - |
| XYZ | 18.79 | 25.89 | 35.91 | - |
| YUV | 122.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 157 | 0.68 | 0.03 | 0 | 0.38 | 182.24 | 0.52 | 0.41 |
| Hex | 32 | 99 | 9D | 44 | 3 | 0 | 26 | B6 | 34 | 29 |
| Octal | 62 | 231 | 235 | 104 | 3 | 0 | 46 | 266 | 64 | 51 |
| Binary | 110010 | 10011001 | 10011101 | 1000100 | 11 | 0 | 100110 | 10110110 | 110100 | 101001 |
Color Harmonies of #32999D
Complementary color
Monochromatic Colors of #32999D
Black with #32999D
Text Example
Text Example
White with #32999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32999D; }
p { color: rgb(50,153,157); }
H1.HeaderClassName
{
color: #32999D;
}
.AnyTagClassName
{
color: #32999D;
}
</style>
background-color css
<style>
a { background-color: #32999D; }
a { background-color: rgb(50,153,157); }
div.DivClassName
{
background-color: #32999D;
}
.BgClassName
{
background-color: #32999D;
}
</style>
border-color css
<style>
span { border-color: #32999D; }
span { border-color: rgb(50,153,157); }
td.TdClassName
{
border-color: #32999D;
}
.TagClassName
{
border-color: #32999D;
}
</style>