Shades of Java #32999A
Tints of Java #32999A
RGB
CMYK
RGB Variations
Color information
#32999A (or 0x32999A) is known color: Java. HEX triplet: 32, 99 and 9A. RGB value is (50,153,154). Sum of RGB (Red+Green+Blue) = 50+153+154=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #32999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32999A is #CD6665. Grayscale: #7A7A7A. Windows color (decimal): -13461094 or 10131762. OLE color: 10131762.
HSL color Cylindrical-coordinate representation of color #32999A: hue angle of 180.58º 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 #32999A is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 153 | 154 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.40 |
| HSL | 180.58º | 0.51% | 0.4% | - |
| HSV(B) | 180.58º | 0.68% | 0.6% | - |
| XYZ | 18.54 | 25.79 | 34.57 | - |
| YUV | 122.32 | 145.88 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 154 | 0.68 | 0.01 | 0 | 0.40 | 180.58 | 0.51 | 0.4 |
| Hex | 32 | 99 | 9A | 44 | 1 | 0 | 28 | B5 | 33 | 28 |
| Octal | 62 | 231 | 232 | 104 | 1 | 0 | 50 | 265 | 63 | 50 |
| Binary | 110010 | 10011001 | 10011010 | 1000100 | 1 | 0 | 101000 | 10110101 | 110011 | 101000 |
Color Harmonies of #32999A
Complementary color
Monochromatic Colors of #32999A
Black with #32999A
Text Example
Text Example
White with #32999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32999A; }
p { color: rgb(50,153,154); }
H1.HeaderClassName
{
color: #32999A;
}
.AnyTagClassName
{
color: #32999A;
}
</style>
background-color css
<style>
a { background-color: #32999A; }
a { background-color: rgb(50,153,154); }
div.DivClassName
{
background-color: #32999A;
}
.BgClassName
{
background-color: #32999A;
}
</style>
border-color css
<style>
span { border-color: #32999A; }
span { border-color: rgb(50,153,154); }
td.TdClassName
{
border-color: #32999A;
}
.TagClassName
{
border-color: #32999A;
}
</style>