Shades of Java #319599
Tints of Java #319599
RGB
CMYK
RGB Variations
Color information
#319599 (or 0x319599) is known color: Java. HEX triplet: 31, 95 and 99. RGB value is (49,149,153). Sum of RGB (Red+Green+Blue) = 49+149+153=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #319599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319599 is #CE6A66. Grayscale: #777777. Windows color (decimal): -13527655 or 10065201. OLE color: 10065201.
HSL color Cylindrical-coordinate representation of color #319599: hue angle of 182.31º degrees, saturation: 0.51, 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 #319599 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 149 | 153 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.4 |
| HSL | 182.31º | 0.51% | 0.4% | - |
| HSV(B) | 182.31º | 0.68% | 0.6% | - |
| XYZ | 17.76 | 24.45 | 33.92 | - |
| YUV | 119.56 | 146.87 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 153 | 0.68 | 0.03 | 0 | 0.4 | 182.31 | 0.51 | 0.4 |
| Hex | 31 | 95 | 99 | 44 | 3 | 0 | 28 | B6 | 33 | 28 |
| Octal | 61 | 225 | 231 | 104 | 3 | 0 | 50 | 266 | 63 | 50 |
| Binary | 110001 | 10010101 | 10011001 | 1000100 | 11 | 0 | 101000 | 10110110 | 110011 | 101000 |
Color Harmonies of #319599
Complementary color
Monochromatic Colors of #319599
Black with #319599
Text Example
Text Example
White with #319599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319599; }
p { color: rgb(49,149,153); }
H1.HeaderClassName
{
color: #319599;
}
.AnyTagClassName
{
color: #319599;
}
</style>
background-color css
<style>
a { background-color: #319599; }
a { background-color: rgb(49,149,153); }
div.DivClassName
{
background-color: #319599;
}
.BgClassName
{
background-color: #319599;
}
</style>
border-color css
<style>
span { border-color: #319599; }
span { border-color: rgb(49,149,153); }
td.TdClassName
{
border-color: #319599;
}
.TagClassName
{
border-color: #319599;
}
</style>