Shades of Java #27938B
Tints of Java #27938B
RGB
CMYK
RGB Variations
Color information
#27938B (or 0x27938B) is known color: Java. HEX triplet: 27, 93 and 8B. RGB value is (39,147,139). Sum of RGB (Red+Green+Blue) = 39+147+139=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #27938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27938B is #D86C74. Grayscale: #717171. Windows color (decimal): -14183541 or 9147175. OLE color: 9147175.
HSL color Cylindrical-coordinate representation of color #27938B: hue angle of 175.56º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27938B is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 147 | 139 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.42 |
| HSL | 175.56º | 0.58% | 0.36% | - |
| HSV(B) | 175.56º | 0.73% | 0.58% | - |
| XYZ | 15.93 | 23.16 | 28.06 | - |
| YUV | 113.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 147 | 139 | 0.73 | 0 | 0.05 | 0.42 | 175.56 | 0.58 | 0.36 |
| Hex | 27 | 93 | 8B | 49 | 0 | 5 | 2A | B0 | 3A | 24 |
| Octal | 47 | 223 | 213 | 111 | 0 | 5 | 52 | 260 | 72 | 44 |
| Binary | 100111 | 10010011 | 10001011 | 1001001 | 0 | 101 | 101010 | 10110000 | 111010 | 100100 |
Color Harmonies of #27938B
Complementary color
Monochromatic Colors of #27938B
Black with #27938B
Text Example
Text Example
White with #27938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27938B; }
p { color: rgb(39,147,139); }
H1.HeaderClassName
{
color: #27938B;
}
.AnyTagClassName
{
color: #27938B;
}
</style>
background-color css
<style>
a { background-color: #27938B; }
a { background-color: rgb(39,147,139); }
div.DivClassName
{
background-color: #27938B;
}
.BgClassName
{
background-color: #27938B;
}
</style>
border-color css
<style>
span { border-color: #27938B; }
span { border-color: rgb(39,147,139); }
td.TdClassName
{
border-color: #27938B;
}
.TagClassName
{
border-color: #27938B;
}
</style>