Shades of Java #319897
Tints of Java #319897
RGB
CMYK
RGB Variations
Color information
#319897 (or 0x319897) is known color: Java. HEX triplet: 31, 98 and 97. RGB value is (49,152,151). Sum of RGB (Red+Green+Blue) = 49+152+151=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #319897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319897 is #CE6768. Grayscale: #787878. Windows color (decimal): -13526889 or 9934897. OLE color: 9934897.
HSL color Cylindrical-coordinate representation of color #319897: hue angle of 179.42º 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 #319897 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 151 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.40 |
| HSL | 179.42º | 0.51% | 0.39% | - |
| HSV(B) | 179.42º | 0.68% | 0.6% | - |
| XYZ | 18.08 | 25.34 | 33.22 | - |
| YUV | 121.09 | 144.88 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 151 | 0.68 | 0 | 0.01 | 0.40 | 179.42 | 0.51 | 0.39 |
| Hex | 31 | 98 | 97 | 44 | 0 | 1 | 28 | B3 | 33 | 27 |
| Octal | 61 | 230 | 227 | 104 | 0 | 1 | 50 | 263 | 63 | 47 |
| Binary | 110001 | 10011000 | 10010111 | 1000100 | 0 | 1 | 101000 | 10110011 | 110011 | 100111 |
Color Harmonies of #319897
Complementary color
Monochromatic Colors of #319897
Black with #319897
Text Example
Text Example
White with #319897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319897; }
p { color: rgb(49,152,151); }
H1.HeaderClassName
{
color: #319897;
}
.AnyTagClassName
{
color: #319897;
}
</style>
background-color css
<style>
a { background-color: #319897; }
a { background-color: rgb(49,152,151); }
div.DivClassName
{
background-color: #319897;
}
.BgClassName
{
background-color: #319897;
}
</style>
border-color css
<style>
span { border-color: #319897; }
span { border-color: rgb(49,152,151); }
td.TdClassName
{
border-color: #319897;
}
.TagClassName
{
border-color: #319897;
}
</style>