Shades of Java #31979A
Tints of Java #31979A
RGB
CMYK
RGB Variations
Color information
#31979A (or 0x31979A) is known color: Java. HEX triplet: 31, 97 and 9A. RGB value is (49,151,154). Sum of RGB (Red+Green+Blue) = 49+151+154=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #31979A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31979A is #CE6865. Grayscale: #787878. Windows color (decimal): -13527142 or 10131249. OLE color: 10131249.
HSL color Cylindrical-coordinate representation of color #31979A: hue angle of 181.71º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31979A is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 151 | 154 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.40 |
| HSL | 181.71º | 0.52% | 0.4% | - |
| HSV(B) | 181.71º | 0.68% | 0.6% | - |
| XYZ | 18.17 | 25.12 | 34.46 | - |
| YUV | 120.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 154 | 0.68 | 0.02 | 0 | 0.40 | 181.71 | 0.52 | 0.4 |
| Hex | 31 | 97 | 9A | 44 | 2 | 0 | 28 | B6 | 34 | 28 |
| Octal | 61 | 227 | 232 | 104 | 2 | 0 | 50 | 266 | 64 | 50 |
| Binary | 110001 | 10010111 | 10011010 | 1000100 | 10 | 0 | 101000 | 10110110 | 110100 | 101000 |
Color Harmonies of #31979A
Complementary color
Monochromatic Colors of #31979A
Black with #31979A
Text Example
Text Example
White with #31979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31979A; }
p { color: rgb(49,151,154); }
H1.HeaderClassName
{
color: #31979A;
}
.AnyTagClassName
{
color: #31979A;
}
</style>
background-color css
<style>
a { background-color: #31979A; }
a { background-color: rgb(49,151,154); }
div.DivClassName
{
background-color: #31979A;
}
.BgClassName
{
background-color: #31979A;
}
</style>
border-color css
<style>
span { border-color: #31979A; }
span { border-color: rgb(49,151,154); }
td.TdClassName
{
border-color: #31979A;
}
.TagClassName
{
border-color: #31979A;
}
</style>