Shades of Java #31958F
Tints of Java #31958F
RGB
CMYK
RGB Variations
Color information
#31958F (or 0x31958F) is known color: Java. HEX triplet: 31, 95 and 8F. RGB value is (49,149,143). Sum of RGB (Red+Green+Blue) = 49+149+143=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #31958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31958F is #CE6A70. Grayscale: #767676. Windows color (decimal): -13527665 or 9409841. OLE color: 9409841.
HSL color Cylindrical-coordinate representation of color #31958F: hue angle of 176.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31958F is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 143 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.42 |
| HSL | 176.4º | 0.51% | 0.39% | - |
| HSV(B) | 176.4º | 0.67% | 0.58% | - |
| XYZ | 16.97 | 24.13 | 29.75 | - |
| YUV | 118.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 143 | 0.67 | 0 | 0.04 | 0.42 | 176.4 | 0.51 | 0.39 |
| Hex | 31 | 95 | 8F | 43 | 0 | 4 | 2A | B0 | 33 | 27 |
| Octal | 61 | 225 | 217 | 103 | 0 | 4 | 52 | 260 | 63 | 47 |
| Binary | 110001 | 10010101 | 10001111 | 1000011 | 0 | 100 | 101010 | 10110000 | 110011 | 100111 |
Color Harmonies of #31958F
Complementary color
Monochromatic Colors of #31958F
Black with #31958F
Text Example
Text Example
White with #31958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31958F; }
p { color: rgb(49,149,143); }
H1.HeaderClassName
{
color: #31958F;
}
.AnyTagClassName
{
color: #31958F;
}
</style>
background-color css
<style>
a { background-color: #31958F; }
a { background-color: rgb(49,149,143); }
div.DivClassName
{
background-color: #31958F;
}
.BgClassName
{
background-color: #31958F;
}
</style>
border-color css
<style>
span { border-color: #31958F; }
span { border-color: rgb(49,149,143); }
td.TdClassName
{
border-color: #31958F;
}
.TagClassName
{
border-color: #31958F;
}
</style>