Shades of Java #319B9D
Tints of Java #319B9D
RGB
CMYK
RGB Variations
Color information
#319B9D (or 0x319B9D) is known color: Java. HEX triplet: 31, 9B and 9D. RGB value is (49,155,157). Sum of RGB (Red+Green+Blue) = 49+155+157=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #319B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B9D is #CE6462. Grayscale: #7B7B7B. Windows color (decimal): -13526115 or 10328881. OLE color: 10328881.
HSL color Cylindrical-coordinate representation of color #319B9D: hue angle of 181.11º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319B9D is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 155 | 157 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.38 |
| HSL | 181.11º | 0.52% | 0.4% | - |
| HSV(B) | 181.11º | 0.69% | 0.62% | - |
| XYZ | 19.07 | 26.53 | 36.01 | - |
| YUV | 123.53 | 146.88 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 157 | 0.69 | 0.01 | 0 | 0.38 | 181.11 | 0.52 | 0.4 |
| Hex | 31 | 9B | 9D | 45 | 1 | 0 | 26 | B5 | 34 | 28 |
| Octal | 61 | 233 | 235 | 105 | 1 | 0 | 46 | 265 | 64 | 50 |
| Binary | 110001 | 10011011 | 10011101 | 1000101 | 1 | 0 | 100110 | 10110101 | 110100 | 101000 |
Color Harmonies of #319B9D
Complementary color
Monochromatic Colors of #319B9D
Black with #319B9D
Text Example
Text Example
White with #319B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B9D; }
p { color: rgb(49,155,157); }
H1.HeaderClassName
{
color: #319B9D;
}
.AnyTagClassName
{
color: #319B9D;
}
</style>
background-color css
<style>
a { background-color: #319B9D; }
a { background-color: rgb(49,155,157); }
div.DivClassName
{
background-color: #319B9D;
}
.BgClassName
{
background-color: #319B9D;
}
</style>
border-color css
<style>
span { border-color: #319B9D; }
span { border-color: rgb(49,155,157); }
td.TdClassName
{
border-color: #319B9D;
}
.TagClassName
{
border-color: #319B9D;
}
</style>