Shades of Java #389F9D
Tints of Java #389F9D
RGB
CMYK
RGB Variations
Color information
#389F9D (or 0x389F9D) is known color: Java. HEX triplet: 38, 9F and 9D. RGB value is (56,159,157). Sum of RGB (Red+Green+Blue) = 56+159+157=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 159 - color contains mainly: green. Hex color #389F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389F9D is #C76062. Grayscale: #7F7F7F. Windows color (decimal): -13066339 or 10329912. OLE color: 10329912.
HSL color Cylindrical-coordinate representation of color #389F9D: hue angle of 178.83º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F9D is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 157 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.38 |
| HSL | 178.83º | 0.48% | 0.42% | - |
| HSV(B) | 178.83º | 0.65% | 0.62% | - |
| XYZ | 20.11 | 28.07 | 36.26 | - |
| YUV | 127.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 157 | 0.65 | 0 | 0.01 | 0.38 | 178.83 | 0.48 | 0.42 |
| Hex | 38 | 9F | 9D | 41 | 0 | 1 | 26 | B3 | 30 | 2A |
| Octal | 70 | 237 | 235 | 101 | 0 | 1 | 46 | 263 | 60 | 52 |
| Binary | 111000 | 10011111 | 10011101 | 1000001 | 0 | 1 | 100110 | 10110011 | 110000 | 101010 |
Color Harmonies of #389F9D
Complementary color
Monochromatic Colors of #389F9D
Black with #389F9D
Text Example
Text Example
White with #389F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F9D; }
p { color: rgb(56,159,157); }
H1.HeaderClassName
{
color: #389F9D;
}
.AnyTagClassName
{
color: #389F9D;
}
</style>
background-color css
<style>
a { background-color: #389F9D; }
a { background-color: rgb(56,159,157); }
div.DivClassName
{
background-color: #389F9D;
}
.BgClassName
{
background-color: #389F9D;
}
</style>
border-color css
<style>
span { border-color: #389F9D; }
span { border-color: rgb(56,159,157); }
td.TdClassName
{
border-color: #389F9D;
}
.TagClassName
{
border-color: #389F9D;
}
</style>