Shades of Java #319797
Tints of Java #319797
RGB
CMYK
RGB Variations
Color information
#319797 (or 0x319797) is known color: Java. HEX triplet: 31, 97 and 97. RGB value is (49,151,151). Sum of RGB (Red+Green+Blue) = 49+151+151=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #319797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319797 is #CE6868. Grayscale: #787878. Windows color (decimal): -13527145 or 9934641. OLE color: 9934641.
HSL color Cylindrical-coordinate representation of color #319797: hue angle of 180º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319797 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 151 | 151 | - |
| CMYK | 0.68 | 0 | 0 | 0.41 |
| HSL | 180º | 0.51% | 0.39% | - |
| HSV(B) | 180º | 0.68% | 0.59% | - |
| XYZ | 17.92 | 25.02 | 33.16 | - |
| YUV | 120.5 | 145.21 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 151 | 0.68 | 0 | 0 | 0.41 | 180 | 0.51 | 0.39 |
| Hex | 31 | 97 | 97 | 44 | 0 | 0 | 29 | B4 | 33 | 27 |
| Octal | 61 | 227 | 227 | 104 | 0 | 0 | 51 | 264 | 63 | 47 |
| Binary | 110001 | 10010111 | 10010111 | 1000100 | 0 | 0 | 101001 | 10110100 | 110011 | 100111 |
Color Harmonies of #319797
Complementary color
Monochromatic Colors of #319797
Black with #319797
Text Example
Text Example
White with #319797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319797; }
p { color: rgb(49,151,151); }
H1.HeaderClassName
{
color: #319797;
}
.AnyTagClassName
{
color: #319797;
}
</style>
background-color css
<style>
a { background-color: #319797; }
a { background-color: rgb(49,151,151); }
div.DivClassName
{
background-color: #319797;
}
.BgClassName
{
background-color: #319797;
}
</style>
border-color css
<style>
span { border-color: #319797; }
span { border-color: rgb(49,151,151); }
td.TdClassName
{
border-color: #319797;
}
.TagClassName
{
border-color: #319797;
}
</style>