Shades of Java #319193
Tints of Java #319193
RGB
CMYK
RGB Variations
Color information
#319193 (or 0x319193) is known color: Java. HEX triplet: 31, 91 and 93. RGB value is (49,145,147). Sum of RGB (Red+Green+Blue) = 49+145+147=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #319193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319193 is #CE6E6C. Grayscale: #747474. Windows color (decimal): -13528685 or 9670961. OLE color: 9670961.
HSL color Cylindrical-coordinate representation of color #319193: hue angle of 181.22º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319193 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 145 | 147 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.42 |
| HSL | 181.22º | 0.5% | 0.38% | - |
| HSV(B) | 181.22º | 0.67% | 0.58% | - |
| XYZ | 16.66 | 23.01 | 31.17 | - |
| YUV | 116.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 147 | 0.67 | 0.01 | 0 | 0.42 | 181.22 | 0.5 | 0.38 |
| Hex | 31 | 91 | 93 | 43 | 1 | 0 | 2A | B5 | 32 | 26 |
| Octal | 61 | 221 | 223 | 103 | 1 | 0 | 52 | 265 | 62 | 46 |
| Binary | 110001 | 10010001 | 10010011 | 1000011 | 1 | 0 | 101010 | 10110101 | 110010 | 100110 |
Color Harmonies of #319193
Complementary color
Monochromatic Colors of #319193
Black with #319193
Text Example
Text Example
White with #319193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319193; }
p { color: rgb(49,145,147); }
H1.HeaderClassName
{
color: #319193;
}
.AnyTagClassName
{
color: #319193;
}
</style>
background-color css
<style>
a { background-color: #319193; }
a { background-color: rgb(49,145,147); }
div.DivClassName
{
background-color: #319193;
}
.BgClassName
{
background-color: #319193;
}
</style>
border-color css
<style>
span { border-color: #319193; }
span { border-color: rgb(49,145,147); }
td.TdClassName
{
border-color: #319193;
}
.TagClassName
{
border-color: #319193;
}
</style>