Shades of Java #389F9B
Tints of Java #389F9B
RGB
CMYK
RGB Variations
Color information
#389F9B (or 0x389F9B) is known color: Java. HEX triplet: 38, 9F and 9B. RGB value is (56,159,155). Sum of RGB (Red+Green+Blue) = 56+159+155=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #389F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389F9B is #C76064. Grayscale: #7F7F7F. Windows color (decimal): -13066341 or 10198840. OLE color: 10198840.
HSL color Cylindrical-coordinate representation of color #389F9B: hue angle of 177.67º 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 #389F9B is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 155 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.38 |
| HSL | 177.67º | 0.48% | 0.42% | - |
| HSV(B) | 177.67º | 0.65% | 0.62% | - |
| XYZ | 19.95 | 28 | 35.36 | - |
| YUV | 127.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 155 | 0.65 | 0 | 0.03 | 0.38 | 177.67 | 0.48 | 0.42 |
| Hex | 38 | 9F | 9B | 41 | 0 | 3 | 26 | B2 | 30 | 2A |
| Octal | 70 | 237 | 233 | 101 | 0 | 3 | 46 | 262 | 60 | 52 |
| Binary | 111000 | 10011111 | 10011011 | 1000001 | 0 | 11 | 100110 | 10110010 | 110000 | 101010 |
Color Harmonies of #389F9B
Complementary color
Monochromatic Colors of #389F9B
Black with #389F9B
Text Example
Text Example
White with #389F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F9B; }
p { color: rgb(56,159,155); }
H1.HeaderClassName
{
color: #389F9B;
}
.AnyTagClassName
{
color: #389F9B;
}
</style>
background-color css
<style>
a { background-color: #389F9B; }
a { background-color: rgb(56,159,155); }
div.DivClassName
{
background-color: #389F9B;
}
.BgClassName
{
background-color: #389F9B;
}
</style>
border-color css
<style>
span { border-color: #389F9B; }
span { border-color: rgb(56,159,155); }
td.TdClassName
{
border-color: #389F9B;
}
.TagClassName
{
border-color: #389F9B;
}
</style>