Shades of Java #319792
Tints of Java #319792
RGB
CMYK
RGB Variations
Color information
#319792 (or 0x319792) is known color: Java. HEX triplet: 31, 97 and 92. RGB value is (49,151,146). Sum of RGB (Red+Green+Blue) = 49+151+146=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #319792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319792 is #CE686D. Grayscale: #777777. Windows color (decimal): -13527150 or 9606961. OLE color: 9606961.
HSL color Cylindrical-coordinate representation of color #319792: hue angle of 177.06º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319792 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 151 | 146 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.41 |
| HSL | 177.06º | 0.51% | 0.39% | - |
| HSV(B) | 177.06º | 0.68% | 0.59% | - |
| XYZ | 17.52 | 24.86 | 31.07 | - |
| YUV | 119.93 | 142.71 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 146 | 0.68 | 0 | 0.03 | 0.41 | 177.06 | 0.51 | 0.39 |
| Hex | 31 | 97 | 92 | 44 | 0 | 3 | 29 | B1 | 33 | 27 |
| Octal | 61 | 227 | 222 | 104 | 0 | 3 | 51 | 261 | 63 | 47 |
| Binary | 110001 | 10010111 | 10010010 | 1000100 | 0 | 11 | 101001 | 10110001 | 110011 | 100111 |
Color Harmonies of #319792
Complementary color
Monochromatic Colors of #319792
Black with #319792
Text Example
Text Example
White with #319792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319792; }
p { color: rgb(49,151,146); }
H1.HeaderClassName
{
color: #319792;
}
.AnyTagClassName
{
color: #319792;
}
</style>
background-color css
<style>
a { background-color: #319792; }
a { background-color: rgb(49,151,146); }
div.DivClassName
{
background-color: #319792;
}
.BgClassName
{
background-color: #319792;
}
</style>
border-color css
<style>
span { border-color: #319792; }
span { border-color: rgb(49,151,146); }
td.TdClassName
{
border-color: #319792;
}
.TagClassName
{
border-color: #319792;
}
</style>