Shades of Java #279485
Tints of Java #279485
RGB
CMYK
RGB Variations
Color information
#279485 (or 0x279485) is known color: Java. HEX triplet: 27, 94 and 85. RGB value is (39,148,133). Sum of RGB (Red+Green+Blue) = 39+148+133=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #279485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279485 is #D86B7A. Grayscale: #717171. Windows color (decimal): -14183291 or 8754215. OLE color: 8754215.
HSL color Cylindrical-coordinate representation of color #279485: hue angle of 171.74º degrees, saturation: 0.58, 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 #279485 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 148 | 133 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.42 |
| HSL | 171.74º | 0.58% | 0.37% | - |
| HSV(B) | 171.74º | 0.74% | 0.58% | - |
| XYZ | 15.66 | 23.3 | 25.86 | - |
| YUV | 113.7 | 138.89 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 133 | 0.74 | 0 | 0.10 | 0.42 | 171.74 | 0.58 | 0.37 |
| Hex | 27 | 94 | 85 | 4A | 0 | A | 2A | AC | 3A | 25 |
| Octal | 47 | 224 | 205 | 112 | 0 | 12 | 52 | 254 | 72 | 45 |
| Binary | 100111 | 10010100 | 10000101 | 1001010 | 0 | 1010 | 101010 | 10101100 | 111010 | 100101 |
Color Harmonies of #279485
Complementary color
Monochromatic Colors of #279485
Black with #279485
Text Example
Text Example
White with #279485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279485; }
p { color: rgb(39,148,133); }
H1.HeaderClassName
{
color: #279485;
}
.AnyTagClassName
{
color: #279485;
}
</style>
background-color css
<style>
a { background-color: #279485; }
a { background-color: rgb(39,148,133); }
div.DivClassName
{
background-color: #279485;
}
.BgClassName
{
background-color: #279485;
}
</style>
border-color css
<style>
span { border-color: #279485; }
span { border-color: rgb(39,148,133); }
td.TdClassName
{
border-color: #279485;
}
.TagClassName
{
border-color: #279485;
}
</style>