Shades of Java #32989A
Tints of Java #32989A
RGB
CMYK
RGB Variations
Color information
#32989A (or 0x32989A) is known color: Java. HEX triplet: 32, 98 and 9A. RGB value is (50,152,154). Sum of RGB (Red+Green+Blue) = 50+152+154=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #32989A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32989A is #CD6765. Grayscale: #797979. Windows color (decimal): -13461350 or 10131506. OLE color: 10131506.
HSL color Cylindrical-coordinate representation of color #32989A: hue angle of 181.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32989A is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 154 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.40 |
| HSL | 181.15º | 0.51% | 0.4% | - |
| HSV(B) | 181.15º | 0.68% | 0.6% | - |
| XYZ | 18.38 | 25.47 | 34.52 | - |
| YUV | 121.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 154 | 0.68 | 0.01 | 0 | 0.40 | 181.15 | 0.51 | 0.4 |
| Hex | 32 | 98 | 9A | 44 | 1 | 0 | 28 | B5 | 33 | 28 |
| Octal | 62 | 230 | 232 | 104 | 1 | 0 | 50 | 265 | 63 | 50 |
| Binary | 110010 | 10011000 | 10011010 | 1000100 | 1 | 0 | 101000 | 10110101 | 110011 | 101000 |
Color Harmonies of #32989A
Complementary color
Monochromatic Colors of #32989A
Black with #32989A
Text Example
Text Example
White with #32989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32989A; }
p { color: rgb(50,152,154); }
H1.HeaderClassName
{
color: #32989A;
}
.AnyTagClassName
{
color: #32989A;
}
</style>
background-color css
<style>
a { background-color: #32989A; }
a { background-color: rgb(50,152,154); }
div.DivClassName
{
background-color: #32989A;
}
.BgClassName
{
background-color: #32989A;
}
</style>
border-color css
<style>
span { border-color: #32989A; }
span { border-color: rgb(50,152,154); }
td.TdClassName
{
border-color: #32989A;
}
.TagClassName
{
border-color: #32989A;
}
</style>