Shades of Java #279B9E
Tints of Java #279B9E
RGB
CMYK
RGB Variations
Color information
#279B9E (or 0x279B9E) is known color: Java. HEX triplet: 27, 9B and 9E. RGB value is (39,155,158). Sum of RGB (Red+Green+Blue) = 39+155+158=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #279B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279B9E is #D86461. Grayscale: #787878. Windows color (decimal): -14181474 or 10394407. OLE color: 10394407.
HSL color Cylindrical-coordinate representation of color #279B9E: hue angle of 181.51º 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 #279B9E is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 155 | 158 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.38 |
| HSL | 181.51º | 0.6% | 0.39% | - |
| HSV(B) | 181.51º | 0.75% | 0.62% | - |
| XYZ | 18.73 | 26.34 | 36.45 | - |
| YUV | 120.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 158 | 0.75 | 0.02 | 0 | 0.38 | 181.51 | 0.6 | 0.39 |
| Hex | 27 | 9B | 9E | 4B | 2 | 0 | 26 | B6 | 3C | 27 |
| Octal | 47 | 233 | 236 | 113 | 2 | 0 | 46 | 266 | 74 | 47 |
| Binary | 100111 | 10011011 | 10011110 | 1001011 | 10 | 0 | 100110 | 10110110 | 111100 | 100111 |
Color Harmonies of #279B9E
Complementary color
Monochromatic Colors of #279B9E
Black with #279B9E
Text Example
Text Example
White with #279B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279B9E; }
p { color: rgb(39,155,158); }
H1.HeaderClassName
{
color: #279B9E;
}
.AnyTagClassName
{
color: #279B9E;
}
</style>
background-color css
<style>
a { background-color: #279B9E; }
a { background-color: rgb(39,155,158); }
div.DivClassName
{
background-color: #279B9E;
}
.BgClassName
{
background-color: #279B9E;
}
</style>
border-color css
<style>
span { border-color: #279B9E; }
span { border-color: rgb(39,155,158); }
td.TdClassName
{
border-color: #279B9E;
}
.TagClassName
{
border-color: #279B9E;
}
</style>