Shades of Java #319395
Tints of Java #319395
RGB
CMYK
RGB Variations
Color information
#319395 (or 0x319395) is known color: Java. HEX triplet: 31, 93 and 95. RGB value is (49,147,149). Sum of RGB (Red+Green+Blue) = 49+147+149=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #319395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319395 is #CE6C6A. Grayscale: #757575. Windows color (decimal): -13528171 or 9802545. OLE color: 9802545.
HSL color Cylindrical-coordinate representation of color #319395: hue angle of 181.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 #319395 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 147 | 149 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.42 |
| HSL | 181.2º | 0.51% | 0.39% | - |
| HSV(B) | 181.2º | 0.67% | 0.58% | - |
| XYZ | 17.13 | 23.69 | 32.1 | - |
| YUV | 117.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 149 | 0.67 | 0.01 | 0 | 0.42 | 181.2 | 0.51 | 0.39 |
| Hex | 31 | 93 | 95 | 43 | 1 | 0 | 2A | B5 | 33 | 27 |
| Octal | 61 | 223 | 225 | 103 | 1 | 0 | 52 | 265 | 63 | 47 |
| Binary | 110001 | 10010011 | 10010101 | 1000011 | 1 | 0 | 101010 | 10110101 | 110011 | 100111 |
Color Harmonies of #319395
Complementary color
Monochromatic Colors of #319395
Black with #319395
Text Example
Text Example
White with #319395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319395; }
p { color: rgb(49,147,149); }
H1.HeaderClassName
{
color: #319395;
}
.AnyTagClassName
{
color: #319395;
}
</style>
background-color css
<style>
a { background-color: #319395; }
a { background-color: rgb(49,147,149); }
div.DivClassName
{
background-color: #319395;
}
.BgClassName
{
background-color: #319395;
}
</style>
border-color css
<style>
span { border-color: #319395; }
span { border-color: rgb(49,147,149); }
td.TdClassName
{
border-color: #319395;
}
.TagClassName
{
border-color: #319395;
}
</style>