Shades of Java #319992
Tints of Java #319992
RGB
CMYK
RGB Variations
Color information
#319992 (or 0x319992) is known color: Java. HEX triplet: 31, 99 and 92. RGB value is (49,153,146). Sum of RGB (Red+Green+Blue) = 49+153+146=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #319992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319992 is #CE666D. Grayscale: #797979. Windows color (decimal): -13526638 or 9607473. OLE color: 9607473.
HSL color Cylindrical-coordinate representation of color #319992: hue angle of 175.96º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319992 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 146 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.4 |
| HSL | 175.96º | 0.51% | 0.4% | - |
| HSV(B) | 175.96º | 0.68% | 0.6% | - |
| XYZ | 17.85 | 25.51 | 31.18 | - |
| YUV | 121.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 146 | 0.68 | 0 | 0.05 | 0.4 | 175.96 | 0.51 | 0.4 |
| Hex | 31 | 99 | 92 | 44 | 0 | 5 | 28 | B0 | 33 | 28 |
| Octal | 61 | 231 | 222 | 104 | 0 | 5 | 50 | 260 | 63 | 50 |
| Binary | 110001 | 10011001 | 10010010 | 1000100 | 0 | 101 | 101000 | 10110000 | 110011 | 101000 |
Color Harmonies of #319992
Complementary color
Monochromatic Colors of #319992
Black with #319992
Text Example
Text Example
White with #319992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319992; }
p { color: rgb(49,153,146); }
H1.HeaderClassName
{
color: #319992;
}
.AnyTagClassName
{
color: #319992;
}
</style>
background-color css
<style>
a { background-color: #319992; }
a { background-color: rgb(49,153,146); }
div.DivClassName
{
background-color: #319992;
}
.BgClassName
{
background-color: #319992;
}
</style>
border-color css
<style>
span { border-color: #319992; }
span { border-color: rgb(49,153,146); }
td.TdClassName
{
border-color: #319992;
}
.TagClassName
{
border-color: #319992;
}
</style>