Shades of Java #279284
Tints of Java #279284
RGB
CMYK
RGB Variations
Color information
#279284 (or 0x279284) is known color: Java. HEX triplet: 27, 92 and 84. RGB value is (39,146,132). Sum of RGB (Red+Green+Blue) = 39+146+132=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #279284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279284 is #D86D7B. Grayscale: #707070. Windows color (decimal): -14183804 or 8688167. OLE color: 8688167.
HSL color Cylindrical-coordinate representation of color #279284: hue angle of 172.15º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279284 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 146 | 132 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.43 |
| HSL | 172.15º | 0.58% | 0.36% | - |
| HSV(B) | 172.15º | 0.73% | 0.57% | - |
| XYZ | 15.28 | 22.66 | 25.4 | - |
| YUV | 112.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 146 | 132 | 0.73 | 0 | 0.10 | 0.43 | 172.15 | 0.58 | 0.36 |
| Hex | 27 | 92 | 84 | 49 | 0 | A | 2B | AC | 3A | 24 |
| Octal | 47 | 222 | 204 | 111 | 0 | 12 | 53 | 254 | 72 | 44 |
| Binary | 100111 | 10010010 | 10000100 | 1001001 | 0 | 1010 | 101011 | 10101100 | 111010 | 100100 |
Color Harmonies of #279284
Complementary color
Monochromatic Colors of #279284
Black with #279284
Text Example
Text Example
White with #279284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279284; }
p { color: rgb(39,146,132); }
H1.HeaderClassName
{
color: #279284;
}
.AnyTagClassName
{
color: #279284;
}
</style>
background-color css
<style>
a { background-color: #279284; }
a { background-color: rgb(39,146,132); }
div.DivClassName
{
background-color: #279284;
}
.BgClassName
{
background-color: #279284;
}
</style>
border-color css
<style>
span { border-color: #279284; }
span { border-color: rgb(39,146,132); }
td.TdClassName
{
border-color: #279284;
}
.TagClassName
{
border-color: #279284;
}
</style>