Shades of Java #319692
Tints of Java #319692
RGB
CMYK
RGB Variations
Color information
#319692 (or 0x319692) is known color: Java. HEX triplet: 31, 96 and 92. RGB value is (49,150,146). Sum of RGB (Red+Green+Blue) = 49+150+146=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #319692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319692 is #CE696D. Grayscale: #777777. Windows color (decimal): -13527406 or 9606705. OLE color: 9606705.
HSL color Cylindrical-coordinate representation of color #319692: hue angle of 177.62º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319692 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 150 | 146 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.41 |
| HSL | 177.62º | 0.51% | 0.39% | - |
| HSV(B) | 177.62º | 0.67% | 0.59% | - |
| XYZ | 17.36 | 24.54 | 31.02 | - |
| YUV | 119.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 146 | 0.67 | 0 | 0.03 | 0.41 | 177.62 | 0.51 | 0.39 |
| Hex | 31 | 96 | 92 | 43 | 0 | 3 | 29 | B2 | 33 | 27 |
| Octal | 61 | 226 | 222 | 103 | 0 | 3 | 51 | 262 | 63 | 47 |
| Binary | 110001 | 10010110 | 10010010 | 1000011 | 0 | 11 | 101001 | 10110010 | 110011 | 100111 |
Color Harmonies of #319692
Complementary color
Monochromatic Colors of #319692
Black with #319692
Text Example
Text Example
White with #319692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319692; }
p { color: rgb(49,150,146); }
H1.HeaderClassName
{
color: #319692;
}
.AnyTagClassName
{
color: #319692;
}
</style>
background-color css
<style>
a { background-color: #319692; }
a { background-color: rgb(49,150,146); }
div.DivClassName
{
background-color: #319692;
}
.BgClassName
{
background-color: #319692;
}
</style>
border-color css
<style>
span { border-color: #319692; }
span { border-color: rgb(49,150,146); }
td.TdClassName
{
border-color: #319692;
}
.TagClassName
{
border-color: #319692;
}
</style>