Shades of Java #31999C
Tints of Java #31999C
RGB
CMYK
RGB Variations
Color information
#31999C (or 0x31999C) is known color: Java. HEX triplet: 31, 99 and 9C. RGB value is (49,153,156). Sum of RGB (Red+Green+Blue) = 49+153+156=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #31999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31999C is #CE6663. Grayscale: #7A7A7A. Windows color (decimal): -13526628 or 10262833. OLE color: 10262833.
HSL color Cylindrical-coordinate representation of color #31999C: hue angle of 181.68º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31999C is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 153 | 156 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.39 |
| HSL | 181.68º | 0.52% | 0.4% | - |
| HSV(B) | 181.68º | 0.69% | 0.61% | - |
| XYZ | 18.66 | 25.84 | 35.46 | - |
| YUV | 122.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 156 | 0.69 | 0.02 | 0 | 0.39 | 181.68 | 0.52 | 0.4 |
| Hex | 31 | 99 | 9C | 45 | 2 | 0 | 27 | B6 | 34 | 28 |
| Octal | 61 | 231 | 234 | 105 | 2 | 0 | 47 | 266 | 64 | 50 |
| Binary | 110001 | 10011001 | 10011100 | 1000101 | 10 | 0 | 100111 | 10110110 | 110100 | 101000 |
Color Harmonies of #31999C
Complementary color
Monochromatic Colors of #31999C
Black with #31999C
Text Example
Text Example
White with #31999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31999C; }
p { color: rgb(49,153,156); }
H1.HeaderClassName
{
color: #31999C;
}
.AnyTagClassName
{
color: #31999C;
}
</style>
background-color css
<style>
a { background-color: #31999C; }
a { background-color: rgb(49,153,156); }
div.DivClassName
{
background-color: #31999C;
}
.BgClassName
{
background-color: #31999C;
}
</style>
border-color css
<style>
span { border-color: #31999C; }
span { border-color: rgb(49,153,156); }
td.TdClassName
{
border-color: #31999C;
}
.TagClassName
{
border-color: #31999C;
}
</style>