Shades of Java #279585
Tints of Java #279585
RGB
CMYK
RGB Variations
Color information
#279585 (or 0x279585) is known color: Java. HEX triplet: 27, 95 and 85. RGB value is (39,149,133). Sum of RGB (Red+Green+Blue) = 39+149+133=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #279585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279585 is #D86A7A. Grayscale: #727272. Windows color (decimal): -14183035 or 8754471. OLE color: 8754471.
HSL color Cylindrical-coordinate representation of color #279585: hue angle of 171.27º 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 #279585 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 149 | 133 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.42 |
| HSL | 171.27º | 0.59% | 0.37% | - |
| HSV(B) | 171.27º | 0.74% | 0.58% | - |
| XYZ | 15.82 | 23.62 | 25.92 | - |
| YUV | 114.29 | 138.56 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 133 | 0.74 | 0 | 0.11 | 0.42 | 171.27 | 0.59 | 0.37 |
| Hex | 27 | 95 | 85 | 4A | 0 | B | 2A | AB | 3B | 25 |
| Octal | 47 | 225 | 205 | 112 | 0 | 13 | 52 | 253 | 73 | 45 |
| Binary | 100111 | 10010101 | 10000101 | 1001010 | 0 | 1011 | 101010 | 10101011 | 111011 | 100101 |
Color Harmonies of #279585
Complementary color
Monochromatic Colors of #279585
Black with #279585
Text Example
Text Example
White with #279585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279585; }
p { color: rgb(39,149,133); }
H1.HeaderClassName
{
color: #279585;
}
.AnyTagClassName
{
color: #279585;
}
</style>
background-color css
<style>
a { background-color: #279585; }
a { background-color: rgb(39,149,133); }
div.DivClassName
{
background-color: #279585;
}
.BgClassName
{
background-color: #279585;
}
</style>
border-color css
<style>
span { border-color: #279585; }
span { border-color: rgb(39,149,133); }
td.TdClassName
{
border-color: #279585;
}
.TagClassName
{
border-color: #279585;
}
</style>