Shades of Java #319A91
Tints of Java #319A91
RGB
CMYK
RGB Variations
Color information
#319A91 (or 0x319A91) is known color: Java. HEX triplet: 31, 9A and 91. RGB value is (49,154,145). Sum of RGB (Red+Green+Blue) = 49+154+145=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 154 - color contains mainly: green. Hex color #319A91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319A91 is #CE656E. Grayscale: #797979. Windows color (decimal): -13526383 or 9542193. OLE color: 9542193.
HSL color Cylindrical-coordinate representation of color #319A91: hue angle of 174.86º degrees, saturation: 0.52, 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 #319A91 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 154 | 145 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.40 |
| HSL | 174.86º | 0.52% | 0.4% | - |
| HSV(B) | 174.86º | 0.68% | 0.6% | - |
| XYZ | 17.93 | 25.81 | 30.82 | - |
| YUV | 121.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 145 | 0.68 | 0 | 0.06 | 0.40 | 174.86 | 0.52 | 0.4 |
| Hex | 31 | 9A | 91 | 44 | 0 | 6 | 28 | AF | 34 | 28 |
| Octal | 61 | 232 | 221 | 104 | 0 | 6 | 50 | 257 | 64 | 50 |
| Binary | 110001 | 10011010 | 10010001 | 1000100 | 0 | 110 | 101000 | 10101111 | 110100 | 101000 |
Color Harmonies of #319A91
Complementary color
Monochromatic Colors of #319A91
Black with #319A91
Text Example
Text Example
White with #319A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319A91; }
p { color: rgb(49,154,145); }
H1.HeaderClassName
{
color: #319A91;
}
.AnyTagClassName
{
color: #319A91;
}
</style>
background-color css
<style>
a { background-color: #319A91; }
a { background-color: rgb(49,154,145); }
div.DivClassName
{
background-color: #319A91;
}
.BgClassName
{
background-color: #319A91;
}
</style>
border-color css
<style>
span { border-color: #319A91; }
span { border-color: rgb(49,154,145); }
td.TdClassName
{
border-color: #319A91;
}
.TagClassName
{
border-color: #319A91;
}
</style>