Shades of Java #319793
Tints of Java #319793
RGB
CMYK
RGB Variations
Color information
#319793 (or 0x319793) is known color: Java. HEX triplet: 31, 97 and 93. RGB value is (49,151,147). Sum of RGB (Red+Green+Blue) = 49+151+147=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #319793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319793 is #CE686C. Grayscale: #777777. Windows color (decimal): -13527149 or 9672497. OLE color: 9672497.
HSL color Cylindrical-coordinate representation of color #319793: hue angle of 177.65º 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 #319793 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 151 | 147 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.41 |
| HSL | 177.65º | 0.51% | 0.39% | - |
| HSV(B) | 177.65º | 0.68% | 0.59% | - |
| XYZ | 17.6 | 24.89 | 31.48 | - |
| YUV | 120.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 147 | 0.68 | 0 | 0.03 | 0.41 | 177.65 | 0.51 | 0.39 |
| Hex | 31 | 97 | 93 | 44 | 0 | 3 | 29 | B2 | 33 | 27 |
| Octal | 61 | 227 | 223 | 104 | 0 | 3 | 51 | 262 | 63 | 47 |
| Binary | 110001 | 10010111 | 10010011 | 1000100 | 0 | 11 | 101001 | 10110010 | 110011 | 100111 |
Color Harmonies of #319793
Complementary color
Monochromatic Colors of #319793
Black with #319793
Text Example
Text Example
White with #319793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319793; }
p { color: rgb(49,151,147); }
H1.HeaderClassName
{
color: #319793;
}
.AnyTagClassName
{
color: #319793;
}
</style>
background-color css
<style>
a { background-color: #319793; }
a { background-color: rgb(49,151,147); }
div.DivClassName
{
background-color: #319793;
}
.BgClassName
{
background-color: #319793;
}
</style>
border-color css
<style>
span { border-color: #319793; }
span { border-color: rgb(49,151,147); }
td.TdClassName
{
border-color: #319793;
}
.TagClassName
{
border-color: #319793;
}
</style>