Shades of Java #319595
Tints of Java #319595
RGB
CMYK
RGB Variations
Color information
#319595 (or 0x319595) is known color: Java. HEX triplet: 31, 95 and 95. RGB value is (49,149,149). Sum of RGB (Red+Green+Blue) = 49+149+149=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #319595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319595 is #CE6A6A. Grayscale: #777777. Windows color (decimal): -13527659 or 9803057. OLE color: 9803057.
HSL color Cylindrical-coordinate representation of color #319595: hue angle of 180º 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 #319595 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 149 | - |
| CMYK | 0.67 | 0 | 0 | 0.42 |
| HSL | 180º | 0.51% | 0.39% | - |
| HSV(B) | 180º | 0.67% | 0.58% | - |
| XYZ | 17.44 | 24.32 | 32.21 | - |
| YUV | 119.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 149 | 0.67 | 0 | 0 | 0.42 | 180 | 0.51 | 0.39 |
| Hex | 31 | 95 | 95 | 43 | 0 | 0 | 2A | B4 | 33 | 27 |
| Octal | 61 | 225 | 225 | 103 | 0 | 0 | 52 | 264 | 63 | 47 |
| Binary | 110001 | 10010101 | 10010101 | 1000011 | 0 | 0 | 101010 | 10110100 | 110011 | 100111 |
Color Harmonies of #319595
Complementary color
Monochromatic Colors of #319595
Black with #319595
Text Example
Text Example
White with #319595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319595; }
p { color: rgb(49,149,149); }
H1.HeaderClassName
{
color: #319595;
}
.AnyTagClassName
{
color: #319595;
}
</style>
background-color css
<style>
a { background-color: #319595; }
a { background-color: rgb(49,149,149); }
div.DivClassName
{
background-color: #319595;
}
.BgClassName
{
background-color: #319595;
}
</style>
border-color css
<style>
span { border-color: #319595; }
span { border-color: rgb(49,149,149); }
td.TdClassName
{
border-color: #319595;
}
.TagClassName
{
border-color: #319595;
}
</style>