Shades of Java #319396
Tints of Java #319396
RGB
CMYK
RGB Variations
Color information
#319396 (or 0x319396) is known color: Java. HEX triplet: 31, 93 and 96. RGB value is (49,147,150). Sum of RGB (Red+Green+Blue) = 49+147+150=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #319396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319396 is #CE6C69. Grayscale: #757575. Windows color (decimal): -13528170 or 9868081. OLE color: 9868081.
HSL color Cylindrical-coordinate representation of color #319396: hue angle of 181.78º 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 #319396 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 147 | 150 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.41 |
| HSL | 181.78º | 0.51% | 0.39% | - |
| HSV(B) | 181.78º | 0.67% | 0.59% | - |
| XYZ | 17.21 | 23.72 | 32.53 | - |
| YUV | 118.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 150 | 0.67 | 0.02 | 0 | 0.41 | 181.78 | 0.51 | 0.39 |
| Hex | 31 | 93 | 96 | 43 | 2 | 0 | 29 | B6 | 33 | 27 |
| Octal | 61 | 223 | 226 | 103 | 2 | 0 | 51 | 266 | 63 | 47 |
| Binary | 110001 | 10010011 | 10010110 | 1000011 | 10 | 0 | 101001 | 10110110 | 110011 | 100111 |
Color Harmonies of #319396
Complementary color
Monochromatic Colors of #319396
Black with #319396
Text Example
Text Example
White with #319396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319396; }
p { color: rgb(49,147,150); }
H1.HeaderClassName
{
color: #319396;
}
.AnyTagClassName
{
color: #319396;
}
</style>
background-color css
<style>
a { background-color: #319396; }
a { background-color: rgb(49,147,150); }
div.DivClassName
{
background-color: #319396;
}
.BgClassName
{
background-color: #319396;
}
</style>
border-color css
<style>
span { border-color: #319396; }
span { border-color: rgb(49,147,150); }
td.TdClassName
{
border-color: #319396;
}
.TagClassName
{
border-color: #319396;
}
</style>