Shades of Java #31988F
Tints of Java #31988F
RGB
CMYK
RGB Variations
Color information
#31988F (or 0x31988F) is known color: Java. HEX triplet: 31, 98 and 8F. RGB value is (49,152,143). Sum of RGB (Red+Green+Blue) = 49+152+143=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #31988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31988F is #CE6770. Grayscale: #787878. Windows color (decimal): -13526897 or 9410609. OLE color: 9410609.
HSL color Cylindrical-coordinate representation of color #31988F: hue angle of 174.76º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31988F is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 143 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.40 |
| HSL | 174.76º | 0.51% | 0.39% | - |
| HSV(B) | 174.76º | 0.68% | 0.6% | - |
| XYZ | 17.45 | 25.09 | 29.91 | - |
| YUV | 120.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 143 | 0.68 | 0 | 0.06 | 0.40 | 174.76 | 0.51 | 0.39 |
| Hex | 31 | 98 | 8F | 44 | 0 | 6 | 28 | AF | 33 | 27 |
| Octal | 61 | 230 | 217 | 104 | 0 | 6 | 50 | 257 | 63 | 47 |
| Binary | 110001 | 10011000 | 10001111 | 1000100 | 0 | 110 | 101000 | 10101111 | 110011 | 100111 |
Color Harmonies of #31988F
Complementary color
Monochromatic Colors of #31988F
Black with #31988F
Text Example
Text Example
White with #31988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31988F; }
p { color: rgb(49,152,143); }
H1.HeaderClassName
{
color: #31988F;
}
.AnyTagClassName
{
color: #31988F;
}
</style>
background-color css
<style>
a { background-color: #31988F; }
a { background-color: rgb(49,152,143); }
div.DivClassName
{
background-color: #31988F;
}
.BgClassName
{
background-color: #31988F;
}
</style>
border-color css
<style>
span { border-color: #31988F; }
span { border-color: rgb(49,152,143); }
td.TdClassName
{
border-color: #31988F;
}
.TagClassName
{
border-color: #31988F;
}
</style>