Shades of Java #279594
Tints of Java #279594
RGB
CMYK
RGB Variations
Color information
#279594 (or 0x279594) is known color: Java. HEX triplet: 27, 95 and 94. RGB value is (39,149,148). Sum of RGB (Red+Green+Blue) = 39+149+148=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #279594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279594 is #D86A6B. Grayscale: #737373. Windows color (decimal): -14183020 or 9737511. OLE color: 9737511.
HSL color Cylindrical-coordinate representation of color #279594: hue angle of 179.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279594 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 149 | 148 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.42 |
| HSL | 179.45º | 0.59% | 0.37% | - |
| HSV(B) | 179.45º | 0.74% | 0.58% | - |
| XYZ | 16.93 | 24.06 | 31.77 | - |
| YUV | 116 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 148 | 0.74 | 0 | 0.01 | 0.42 | 179.45 | 0.59 | 0.37 |
| Hex | 27 | 95 | 94 | 4A | 0 | 1 | 2A | B3 | 3B | 25 |
| Octal | 47 | 225 | 224 | 112 | 0 | 1 | 52 | 263 | 73 | 45 |
| Binary | 100111 | 10010101 | 10010100 | 1001010 | 0 | 1 | 101010 | 10110011 | 111011 | 100101 |
Color Harmonies of #279594
Complementary color
Monochromatic Colors of #279594
Black with #279594
Text Example
Text Example
White with #279594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279594; }
p { color: rgb(39,149,148); }
H1.HeaderClassName
{
color: #279594;
}
.AnyTagClassName
{
color: #279594;
}
</style>
background-color css
<style>
a { background-color: #279594; }
a { background-color: rgb(39,149,148); }
div.DivClassName
{
background-color: #279594;
}
.BgClassName
{
background-color: #279594;
}
</style>
border-color css
<style>
span { border-color: #279594; }
span { border-color: rgb(39,149,148); }
td.TdClassName
{
border-color: #279594;
}
.TagClassName
{
border-color: #279594;
}
</style>