Shades of Java #32998F
Tints of Java #32998F
RGB
CMYK
RGB Variations
Color information
#32998F (or 0x32998F) is known color: Java. HEX triplet: 32, 99 and 8F. RGB value is (50,153,143). Sum of RGB (Red+Green+Blue) = 50+153+143=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #32998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32998F is #CD6670. Grayscale: #797979. Windows color (decimal): -13461105 or 9410866. OLE color: 9410866.
HSL color Cylindrical-coordinate representation of color #32998F: hue angle of 174.17º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32998F is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 143 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.4 |
| HSL | 174.17º | 0.51% | 0.4% | - |
| HSV(B) | 174.17º | 0.67% | 0.6% | - |
| XYZ | 17.66 | 25.44 | 29.97 | - |
| YUV | 121.06 | 140.38 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 143 | 0.67 | 0 | 0.07 | 0.4 | 174.17 | 0.51 | 0.4 |
| Hex | 32 | 99 | 8F | 43 | 0 | 7 | 28 | AE | 33 | 28 |
| Octal | 62 | 231 | 217 | 103 | 0 | 7 | 50 | 256 | 63 | 50 |
| Binary | 110010 | 10011001 | 10001111 | 1000011 | 0 | 111 | 101000 | 10101110 | 110011 | 101000 |
Color Harmonies of #32998F
Complementary color
Monochromatic Colors of #32998F
Black with #32998F
Text Example
Text Example
White with #32998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32998F; }
p { color: rgb(50,153,143); }
H1.HeaderClassName
{
color: #32998F;
}
.AnyTagClassName
{
color: #32998F;
}
</style>
background-color css
<style>
a { background-color: #32998F; }
a { background-color: rgb(50,153,143); }
div.DivClassName
{
background-color: #32998F;
}
.BgClassName
{
background-color: #32998F;
}
</style>
border-color css
<style>
span { border-color: #32998F; }
span { border-color: rgb(50,153,143); }
td.TdClassName
{
border-color: #32998F;
}
.TagClassName
{
border-color: #32998F;
}
</style>