Shades of Java #31A2A3
Tints of Java #31A2A3
RGB
CMYK
RGB Variations
Color information
#31A2A3 (or 0x31A2A3) is known color: Java. HEX triplet: 31, A2 and A3. RGB value is (49,162,163). Sum of RGB (Red+Green+Blue) = 49+162+163=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 163 - color contains mainly: blue. Hex color #31A2A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A2A3 is #CE5D5C. Grayscale: #808080. Windows color (decimal): -13524317 or 10723889. OLE color: 10723889.
HSL color Cylindrical-coordinate representation of color #31A2A3: hue angle of 180.53º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A2A3 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 162 | 163 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.36 |
| HSL | 180.53º | 0.54% | 0.42% | - |
| HSV(B) | 180.53º | 0.7% | 0.64% | - |
| XYZ | 20.8 | 29.14 | 39.18 | - |
| YUV | 128.33 | 147.56 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 162 | 163 | 0.70 | 0.01 | 0 | 0.36 | 180.53 | 0.54 | 0.42 |
| Hex | 31 | A2 | A3 | 46 | 1 | 0 | 24 | B5 | 36 | 2A |
| Octal | 61 | 242 | 243 | 106 | 1 | 0 | 44 | 265 | 66 | 52 |
| Binary | 110001 | 10100010 | 10100011 | 1000110 | 1 | 0 | 100100 | 10110101 | 110110 | 101010 |
Color Harmonies of #31A2A3
Complementary color
Monochromatic Colors of #31A2A3
Black with #31A2A3
Text Example
Text Example
White with #31A2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A2A3; }
p { color: rgb(49,162,163); }
H1.HeaderClassName
{
color: #31A2A3;
}
.AnyTagClassName
{
color: #31A2A3;
}
</style>
background-color css
<style>
a { background-color: #31A2A3; }
a { background-color: rgb(49,162,163); }
div.DivClassName
{
background-color: #31A2A3;
}
.BgClassName
{
background-color: #31A2A3;
}
</style>
border-color css
<style>
span { border-color: #31A2A3; }
span { border-color: rgb(49,162,163); }
td.TdClassName
{
border-color: #31A2A3;
}
.TagClassName
{
border-color: #31A2A3;
}
</style>