Shades of Java #319A93
Tints of Java #319A93
RGB
CMYK
RGB Variations
Color information
#319A93 (or 0x319A93) is known color: Java. HEX triplet: 31, 9A and 93. RGB value is (49,154,147). Sum of RGB (Red+Green+Blue) = 49+154+147=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 154 - color contains mainly: green. Hex color #319A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319A93 is #CE656C. Grayscale: #797979. Windows color (decimal): -13526381 or 9673265. OLE color: 9673265.
HSL color Cylindrical-coordinate representation of color #319A93: hue angle of 176º 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 #319A93 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 154 | 147 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.40 |
| HSL | 176º | 0.52% | 0.4% | - |
| HSV(B) | 176º | 0.68% | 0.6% | - |
| XYZ | 18.09 | 25.87 | 31.64 | - |
| YUV | 121.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 147 | 0.68 | 0 | 0.05 | 0.40 | 176 | 0.52 | 0.4 |
| Hex | 31 | 9A | 93 | 44 | 0 | 5 | 28 | B0 | 34 | 28 |
| Octal | 61 | 232 | 223 | 104 | 0 | 5 | 50 | 260 | 64 | 50 |
| Binary | 110001 | 10011010 | 10010011 | 1000100 | 0 | 101 | 101000 | 10110000 | 110100 | 101000 |
Color Harmonies of #319A93
Complementary color
Monochromatic Colors of #319A93
Black with #319A93
Text Example
Text Example
White with #319A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319A93; }
p { color: rgb(49,154,147); }
H1.HeaderClassName
{
color: #319A93;
}
.AnyTagClassName
{
color: #319A93;
}
</style>
background-color css
<style>
a { background-color: #319A93; }
a { background-color: rgb(49,154,147); }
div.DivClassName
{
background-color: #319A93;
}
.BgClassName
{
background-color: #319A93;
}
</style>
border-color css
<style>
span { border-color: #319A93; }
span { border-color: rgb(49,154,147); }
td.TdClassName
{
border-color: #319A93;
}
.TagClassName
{
border-color: #319A93;
}
</style>