Shades of Java #319DA1
Tints of Java #319DA1
RGB
CMYK
RGB Variations
Color information
#319DA1 (or 0x319DA1) is known color: Java. HEX triplet: 31, 9D and A1. RGB value is (49,157,161). Sum of RGB (Red+Green+Blue) = 49+157+161=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 161 - color contains mainly: blue. Hex color #319DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319DA1 is #CE625E. Grayscale: #7D7D7D. Windows color (decimal): -13525599 or 10591537. OLE color: 10591537.
HSL color Cylindrical-coordinate representation of color #319DA1: hue angle of 182.14º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #319DA1 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 157 | 161 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.37 |
| HSL | 182.14º | 0.53% | 0.41% | - |
| HSV(B) | 182.14º | 0.7% | 0.63% | - |
| XYZ | 19.76 | 27.34 | 37.95 | - |
| YUV | 125.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 161 | 0.70 | 0.02 | 0 | 0.37 | 182.14 | 0.53 | 0.41 |
| Hex | 31 | 9D | A1 | 46 | 2 | 0 | 25 | B6 | 35 | 29 |
| Octal | 61 | 235 | 241 | 106 | 2 | 0 | 45 | 266 | 65 | 51 |
| Binary | 110001 | 10011101 | 10100001 | 1000110 | 10 | 0 | 100101 | 10110110 | 110101 | 101001 |
Color Harmonies of #319DA1
Complementary color
Monochromatic Colors of #319DA1
Black with #319DA1
Text Example
Text Example
White with #319DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DA1; }
p { color: rgb(49,157,161); }
H1.HeaderClassName
{
color: #319DA1;
}
.AnyTagClassName
{
color: #319DA1;
}
</style>
background-color css
<style>
a { background-color: #319DA1; }
a { background-color: rgb(49,157,161); }
div.DivClassName
{
background-color: #319DA1;
}
.BgClassName
{
background-color: #319DA1;
}
</style>
border-color css
<style>
span { border-color: #319DA1; }
span { border-color: rgb(49,157,161); }
td.TdClassName
{
border-color: #319DA1;
}
.TagClassName
{
border-color: #319DA1;
}
</style>