Shades of Java #31999B
Tints of Java #31999B
RGB
CMYK
RGB Variations
Color information
#31999B (or 0x31999B) is known color: Java. HEX triplet: 31, 99 and 9B. RGB value is (49,153,155). Sum of RGB (Red+Green+Blue) = 49+153+155=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #31999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31999B is #CE6664. Grayscale: #7A7A7A. Windows color (decimal): -13526629 or 10197297. OLE color: 10197297.
HSL color Cylindrical-coordinate representation of color #31999B: hue angle of 181.13º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31999B is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 153 | 155 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.39 |
| HSL | 181.13º | 0.52% | 0.4% | - |
| HSV(B) | 181.13º | 0.68% | 0.61% | - |
| XYZ | 18.57 | 25.8 | 35.01 | - |
| YUV | 122.13 | 146.54 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 155 | 0.68 | 0.01 | 0 | 0.39 | 181.13 | 0.52 | 0.4 |
| Hex | 31 | 99 | 9B | 44 | 1 | 0 | 27 | B5 | 34 | 28 |
| Octal | 61 | 231 | 233 | 104 | 1 | 0 | 47 | 265 | 64 | 50 |
| Binary | 110001 | 10011001 | 10011011 | 1000100 | 1 | 0 | 100111 | 10110101 | 110100 | 101000 |
Color Harmonies of #31999B
Complementary color
Monochromatic Colors of #31999B
Black with #31999B
Text Example
Text Example
White with #31999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31999B; }
p { color: rgb(49,153,155); }
H1.HeaderClassName
{
color: #31999B;
}
.AnyTagClassName
{
color: #31999B;
}
</style>
background-color css
<style>
a { background-color: #31999B; }
a { background-color: rgb(49,153,155); }
div.DivClassName
{
background-color: #31999B;
}
.BgClassName
{
background-color: #31999B;
}
</style>
border-color css
<style>
span { border-color: #31999B; }
span { border-color: rgb(49,153,155); }
td.TdClassName
{
border-color: #31999B;
}
.TagClassName
{
border-color: #31999B;
}
</style>