Shades of Java #279089
Tints of Java #279089
RGB
CMYK
RGB Variations
Color information
#279089 (or 0x279089) is known color: Java. HEX triplet: 27, 90 and 89. RGB value is (39,144,137). Sum of RGB (Red+Green+Blue) = 39+144+137=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #279089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279089 is #D86F76. Grayscale: #6F6F6F. Windows color (decimal): -14184311 or 9015335. OLE color: 9015335.
HSL color Cylindrical-coordinate representation of color #279089: hue angle of 176º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279089 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 144 | 137 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.44 |
| HSL | 176º | 0.57% | 0.36% | - |
| HSV(B) | 176º | 0.73% | 0.56% | - |
| XYZ | 15.33 | 22.18 | 27.14 | - |
| YUV | 111.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 137 | 0.73 | 0 | 0.05 | 0.44 | 176 | 0.57 | 0.36 |
| Hex | 27 | 90 | 89 | 49 | 0 | 5 | 2C | B0 | 39 | 24 |
| Octal | 47 | 220 | 211 | 111 | 0 | 5 | 54 | 260 | 71 | 44 |
| Binary | 100111 | 10010000 | 10001001 | 1001001 | 0 | 101 | 101100 | 10110000 | 111001 | 100100 |
Color Harmonies of #279089
Complementary color
Monochromatic Colors of #279089
Black with #279089
Text Example
Text Example
White with #279089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279089; }
p { color: rgb(39,144,137); }
H1.HeaderClassName
{
color: #279089;
}
.AnyTagClassName
{
color: #279089;
}
</style>
background-color css
<style>
a { background-color: #279089; }
a { background-color: rgb(39,144,137); }
div.DivClassName
{
background-color: #279089;
}
.BgClassName
{
background-color: #279089;
}
</style>
border-color css
<style>
span { border-color: #279089; }
span { border-color: rgb(39,144,137); }
td.TdClassName
{
border-color: #279089;
}
.TagClassName
{
border-color: #279089;
}
</style>