Shades of Java #319190
Tints of Java #319190
RGB
CMYK
RGB Variations
Color information
#319190 (or 0x319190) is known color: Java. HEX triplet: 31, 91 and 90. RGB value is (49,145,144). Sum of RGB (Red+Green+Blue) = 49+145+144=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #319190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319190 is #CE6E6F. Grayscale: #747474. Windows color (decimal): -13528688 or 9474353. OLE color: 9474353.
HSL color Cylindrical-coordinate representation of color #319190: hue angle of 179.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319190 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 144 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.43 |
| HSL | 179.38º | 0.49% | 0.38% | - |
| HSV(B) | 179.38º | 0.66% | 0.57% | - |
| XYZ | 16.43 | 22.92 | 29.94 | - |
| YUV | 116.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 144 | 0.66 | 0 | 0.01 | 0.43 | 179.38 | 0.49 | 0.38 |
| Hex | 31 | 91 | 90 | 42 | 0 | 1 | 2B | B3 | 31 | 26 |
| Octal | 61 | 221 | 220 | 102 | 0 | 1 | 53 | 263 | 61 | 46 |
| Binary | 110001 | 10010001 | 10010000 | 1000010 | 0 | 1 | 101011 | 10110011 | 110001 | 100110 |
Color Harmonies of #319190
Complementary color
Monochromatic Colors of #319190
Black with #319190
Text Example
Text Example
White with #319190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319190; }
p { color: rgb(49,145,144); }
H1.HeaderClassName
{
color: #319190;
}
.AnyTagClassName
{
color: #319190;
}
</style>
background-color css
<style>
a { background-color: #319190; }
a { background-color: rgb(49,145,144); }
div.DivClassName
{
background-color: #319190;
}
.BgClassName
{
background-color: #319190;
}
</style>
border-color css
<style>
span { border-color: #319190; }
span { border-color: rgb(49,145,144); }
td.TdClassName
{
border-color: #319190;
}
.TagClassName
{
border-color: #319190;
}
</style>