Shades of Java #319592
Tints of Java #319592
RGB
CMYK
RGB Variations
Color information
#319592 (or 0x319592) is known color: Java. HEX triplet: 31, 95 and 92. RGB value is (49,149,146). Sum of RGB (Red+Green+Blue) = 49+149+146=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #319592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319592 is #CE6A6D. Grayscale: #767676. Windows color (decimal): -13527662 or 9606449. OLE color: 9606449.
HSL color Cylindrical-coordinate representation of color #319592: hue angle of 178.2º 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 #319592 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 146 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.42 |
| HSL | 178.2º | 0.51% | 0.39% | - |
| HSV(B) | 178.2º | 0.67% | 0.58% | - |
| XYZ | 17.2 | 24.22 | 30.96 | - |
| YUV | 118.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 146 | 0.67 | 0 | 0.02 | 0.42 | 178.2 | 0.51 | 0.39 |
| Hex | 31 | 95 | 92 | 43 | 0 | 2 | 2A | B2 | 33 | 27 |
| Octal | 61 | 225 | 222 | 103 | 0 | 2 | 52 | 262 | 63 | 47 |
| Binary | 110001 | 10010101 | 10010010 | 1000011 | 0 | 10 | 101010 | 10110010 | 110011 | 100111 |
Color Harmonies of #319592
Complementary color
Monochromatic Colors of #319592
Black with #319592
Text Example
Text Example
White with #319592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319592; }
p { color: rgb(49,149,146); }
H1.HeaderClassName
{
color: #319592;
}
.AnyTagClassName
{
color: #319592;
}
</style>
background-color css
<style>
a { background-color: #319592; }
a { background-color: rgb(49,149,146); }
div.DivClassName
{
background-color: #319592;
}
.BgClassName
{
background-color: #319592;
}
</style>
border-color css
<style>
span { border-color: #319592; }
span { border-color: rgb(49,149,146); }
td.TdClassName
{
border-color: #319592;
}
.TagClassName
{
border-color: #319592;
}
</style>