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