Shades of Java #379F9B
Tints of Java #379F9B
RGB
CMYK
RGB Variations
Color information
#379F9B (or 0x379F9B) is known color: Java. HEX triplet: 37, 9F and 9B. RGB value is (55,159,155). Sum of RGB (Red+Green+Blue) = 55+159+155=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #379F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379F9B is #C86064. Grayscale: #7F7F7F. Windows color (decimal): -13131877 or 10198839. OLE color: 10198839.
HSL color Cylindrical-coordinate representation of color #379F9B: hue angle of 177.69º degrees, saturation: 0.49, 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 #379F9B is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 159 | 155 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.38 |
| HSL | 177.69º | 0.49% | 0.42% | - |
| HSV(B) | 177.69º | 0.65% | 0.62% | - |
| XYZ | 19.89 | 27.98 | 35.36 | - |
| YUV | 127.45 | 143.54 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 159 | 155 | 0.65 | 0 | 0.03 | 0.38 | 177.69 | 0.49 | 0.42 |
| Hex | 37 | 9F | 9B | 41 | 0 | 3 | 26 | B2 | 31 | 2A |
| Octal | 67 | 237 | 233 | 101 | 0 | 3 | 46 | 262 | 61 | 52 |
| Binary | 110111 | 10011111 | 10011011 | 1000001 | 0 | 11 | 100110 | 10110010 | 110001 | 101010 |
Color Harmonies of #379F9B
Complementary color
Monochromatic Colors of #379F9B
Black with #379F9B
Text Example
Text Example
White with #379F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379F9B; }
p { color: rgb(55,159,155); }
H1.HeaderClassName
{
color: #379F9B;
}
.AnyTagClassName
{
color: #379F9B;
}
</style>
background-color css
<style>
a { background-color: #379F9B; }
a { background-color: rgb(55,159,155); }
div.DivClassName
{
background-color: #379F9B;
}
.BgClassName
{
background-color: #379F9B;
}
</style>
border-color css
<style>
span { border-color: #379F9B; }
span { border-color: rgb(55,159,155); }
td.TdClassName
{
border-color: #379F9B;
}
.TagClassName
{
border-color: #379F9B;
}
</style>