Shades of Java #279296
Tints of Java #279296
RGB
CMYK
RGB Variations
Color information
#279296 (or 0x279296) is known color: Java. HEX triplet: 27, 92 and 96. RGB value is (39,146,150). Sum of RGB (Red+Green+Blue) = 39+146+150=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #279296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279296 is #D86D69. Grayscale: #727272. Windows color (decimal): -14183786 or 9867815. OLE color: 9867815.
HSL color Cylindrical-coordinate representation of color #279296: hue angle of 182.16º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279296 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 146 | 150 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.41 |
| HSL | 182.16º | 0.59% | 0.37% | - |
| HSV(B) | 182.16º | 0.74% | 0.59% | - |
| XYZ | 16.62 | 23.19 | 32.45 | - |
| YUV | 114.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 146 | 150 | 0.74 | 0.03 | 0 | 0.41 | 182.16 | 0.59 | 0.37 |
| Hex | 27 | 92 | 96 | 4A | 3 | 0 | 29 | B6 | 3B | 25 |
| Octal | 47 | 222 | 226 | 112 | 3 | 0 | 51 | 266 | 73 | 45 |
| Binary | 100111 | 10010010 | 10010110 | 1001010 | 11 | 0 | 101001 | 10110110 | 111011 | 100101 |
Color Harmonies of #279296
Complementary color
Monochromatic Colors of #279296
Black with #279296
Text Example
Text Example
White with #279296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279296; }
p { color: rgb(39,146,150); }
H1.HeaderClassName
{
color: #279296;
}
.AnyTagClassName
{
color: #279296;
}
</style>
background-color css
<style>
a { background-color: #279296; }
a { background-color: rgb(39,146,150); }
div.DivClassName
{
background-color: #279296;
}
.BgClassName
{
background-color: #279296;
}
</style>
border-color css
<style>
span { border-color: #279296; }
span { border-color: rgb(39,146,150); }
td.TdClassName
{
border-color: #279296;
}
.TagClassName
{
border-color: #279296;
}
</style>