Shades of Java #27939E
Tints of Java #27939E
RGB
CMYK
RGB Variations
Color information
#27939E (or 0x27939E) is known color: Java. HEX triplet: 27, 93 and 9E. RGB value is (39,147,158). Sum of RGB (Red+Green+Blue) = 39+147+158=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #27939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27939E is #D86C61. Grayscale: #737373. Windows color (decimal): -14183522 or 10392359. OLE color: 10392359.
HSL color Cylindrical-coordinate representation of color #27939E: hue angle of 185.55º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27939E is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 147 | 158 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.38 |
| HSL | 185.55º | 0.6% | 0.39% | - |
| HSV(B) | 185.55º | 0.75% | 0.62% | - |
| XYZ | 17.44 | 23.77 | 36.02 | - |
| YUV | 115.96 | 151.72 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 147 | 158 | 0.75 | 0.07 | 0 | 0.38 | 185.55 | 0.6 | 0.39 |
| Hex | 27 | 93 | 9E | 4B | 7 | 0 | 26 | BA | 3C | 27 |
| Octal | 47 | 223 | 236 | 113 | 7 | 0 | 46 | 272 | 74 | 47 |
| Binary | 100111 | 10010011 | 10011110 | 1001011 | 111 | 0 | 100110 | 10111010 | 111100 | 100111 |
Color Harmonies of #27939E
Complementary color
Monochromatic Colors of #27939E
Black with #27939E
Text Example
Text Example
White with #27939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27939E; }
p { color: rgb(39,147,158); }
H1.HeaderClassName
{
color: #27939E;
}
.AnyTagClassName
{
color: #27939E;
}
</style>
background-color css
<style>
a { background-color: #27939E; }
a { background-color: rgb(39,147,158); }
div.DivClassName
{
background-color: #27939E;
}
.BgClassName
{
background-color: #27939E;
}
</style>
border-color css
<style>
span { border-color: #27939E; }
span { border-color: rgb(39,147,158); }
td.TdClassName
{
border-color: #27939E;
}
.TagClassName
{
border-color: #27939E;
}
</style>