Shades of Java #319698
Tints of Java #319698
RGB
CMYK
RGB Variations
Color information
#319698 (or 0x319698) is known color: Java. HEX triplet: 31, 96 and 98. RGB value is (49,150,152). Sum of RGB (Red+Green+Blue) = 49+150+152=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #319698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319698 is #CE6967. Grayscale: #777777. Windows color (decimal): -13527400 or 9999921. OLE color: 9999921.
HSL color Cylindrical-coordinate representation of color #319698: hue angle of 181.17º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319698 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 150 | 152 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.40 |
| HSL | 181.17º | 0.51% | 0.39% | - |
| HSV(B) | 181.17º | 0.68% | 0.6% | - |
| XYZ | 17.84 | 24.73 | 33.54 | - |
| YUV | 120.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 152 | 0.68 | 0.01 | 0 | 0.40 | 181.17 | 0.51 | 0.39 |
| Hex | 31 | 96 | 98 | 44 | 1 | 0 | 28 | B5 | 33 | 27 |
| Octal | 61 | 226 | 230 | 104 | 1 | 0 | 50 | 265 | 63 | 47 |
| Binary | 110001 | 10010110 | 10011000 | 1000100 | 1 | 0 | 101000 | 10110101 | 110011 | 100111 |
Color Harmonies of #319698
Complementary color
Monochromatic Colors of #319698
Black with #319698
Text Example
Text Example
White with #319698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319698; }
p { color: rgb(49,150,152); }
H1.HeaderClassName
{
color: #319698;
}
.AnyTagClassName
{
color: #319698;
}
</style>
background-color css
<style>
a { background-color: #319698; }
a { background-color: rgb(49,150,152); }
div.DivClassName
{
background-color: #319698;
}
.BgClassName
{
background-color: #319698;
}
</style>
border-color css
<style>
span { border-color: #319698; }
span { border-color: rgb(49,150,152); }
td.TdClassName
{
border-color: #319698;
}
.TagClassName
{
border-color: #319698;
}
</style>