Shades of Java #319195
Tints of Java #319195
RGB
CMYK
RGB Variations
Color information
#319195 (or 0x319195) is known color: Java. HEX triplet: 31, 91 and 95. RGB value is (49,145,149). Sum of RGB (Red+Green+Blue) = 49+145+149=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #319195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319195 is #CE6E6A. Grayscale: #747474. Windows color (decimal): -13528683 or 9802033. OLE color: 9802033.
HSL color Cylindrical-coordinate representation of color #319195: hue angle of 182.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319195 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 145 | 149 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.42 |
| HSL | 182.4º | 0.51% | 0.39% | - |
| HSV(B) | 182.4º | 0.67% | 0.58% | - |
| XYZ | 16.82 | 23.07 | 32 | - |
| YUV | 116.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 149 | 0.67 | 0.03 | 0 | 0.42 | 182.4 | 0.51 | 0.39 |
| Hex | 31 | 91 | 95 | 43 | 3 | 0 | 2A | B6 | 33 | 27 |
| Octal | 61 | 221 | 225 | 103 | 3 | 0 | 52 | 266 | 63 | 47 |
| Binary | 110001 | 10010001 | 10010101 | 1000011 | 11 | 0 | 101010 | 10110110 | 110011 | 100111 |
Color Harmonies of #319195
Complementary color
Monochromatic Colors of #319195
Black with #319195
Text Example
Text Example
White with #319195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319195; }
p { color: rgb(49,145,149); }
H1.HeaderClassName
{
color: #319195;
}
.AnyTagClassName
{
color: #319195;
}
</style>
background-color css
<style>
a { background-color: #319195; }
a { background-color: rgb(49,145,149); }
div.DivClassName
{
background-color: #319195;
}
.BgClassName
{
background-color: #319195;
}
</style>
border-color css
<style>
span { border-color: #319195; }
span { border-color: rgb(49,145,149); }
td.TdClassName
{
border-color: #319195;
}
.TagClassName
{
border-color: #319195;
}
</style>