Shades of Java #319B93
Tints of Java #319B93
RGB
CMYK
RGB Variations
Color information
#319B93 (or 0x319B93) is known color: Java. HEX triplet: 31, 9B and 93. RGB value is (49,155,147). Sum of RGB (Red+Green+Blue) = 49+155+147=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #319B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B93 is #CE646C. Grayscale: #7A7A7A. Windows color (decimal): -13526125 or 9673521. OLE color: 9673521.
HSL color Cylindrical-coordinate representation of color #319B93: hue angle of 175.47º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B93 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 155 | 147 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.39 |
| HSL | 175.47º | 0.52% | 0.4% | - |
| HSV(B) | 175.47º | 0.68% | 0.61% | - |
| XYZ | 18.25 | 26.2 | 31.7 | - |
| YUV | 122.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 147 | 0.68 | 0 | 0.05 | 0.39 | 175.47 | 0.52 | 0.4 |
| Hex | 31 | 9B | 93 | 44 | 0 | 5 | 27 | AF | 34 | 28 |
| Octal | 61 | 233 | 223 | 104 | 0 | 5 | 47 | 257 | 64 | 50 |
| Binary | 110001 | 10011011 | 10010011 | 1000100 | 0 | 101 | 100111 | 10101111 | 110100 | 101000 |
Color Harmonies of #319B93
Complementary color
Monochromatic Colors of #319B93
Black with #319B93
Text Example
Text Example
White with #319B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B93; }
p { color: rgb(49,155,147); }
H1.HeaderClassName
{
color: #319B93;
}
.AnyTagClassName
{
color: #319B93;
}
</style>
background-color css
<style>
a { background-color: #319B93; }
a { background-color: rgb(49,155,147); }
div.DivClassName
{
background-color: #319B93;
}
.BgClassName
{
background-color: #319B93;
}
</style>
border-color css
<style>
span { border-color: #319B93; }
span { border-color: rgb(49,155,147); }
td.TdClassName
{
border-color: #319B93;
}
.TagClassName
{
border-color: #319B93;
}
</style>