Shades of Java #279196
Tints of Java #279196
RGB
CMYK
RGB Variations
Color information
#279196 (or 0x279196) is known color: Java. HEX triplet: 27, 91 and 96. RGB value is (39,145,150). Sum of RGB (Red+Green+Blue) = 39+145+150=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #279196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279196 is #D86E69. Grayscale: #717171. Windows color (decimal): -14184042 or 9867559. OLE color: 9867559.
HSL color Cylindrical-coordinate representation of color #279196: hue angle of 182.7º 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 #279196 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 145 | 150 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.41 |
| HSL | 182.7º | 0.59% | 0.37% | - |
| HSV(B) | 182.7º | 0.74% | 0.59% | - |
| XYZ | 16.47 | 22.88 | 32.4 | - |
| YUV | 113.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 145 | 150 | 0.74 | 0.03 | 0 | 0.41 | 182.7 | 0.59 | 0.37 |
| Hex | 27 | 91 | 96 | 4A | 3 | 0 | 29 | B7 | 3B | 25 |
| Octal | 47 | 221 | 226 | 112 | 3 | 0 | 51 | 267 | 73 | 45 |
| Binary | 100111 | 10010001 | 10010110 | 1001010 | 11 | 0 | 101001 | 10110111 | 111011 | 100101 |
Color Harmonies of #279196
Complementary color
Monochromatic Colors of #279196
Black with #279196
Text Example
Text Example
White with #279196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279196; }
p { color: rgb(39,145,150); }
H1.HeaderClassName
{
color: #279196;
}
.AnyTagClassName
{
color: #279196;
}
</style>
background-color css
<style>
a { background-color: #279196; }
a { background-color: rgb(39,145,150); }
div.DivClassName
{
background-color: #279196;
}
.BgClassName
{
background-color: #279196;
}
</style>
border-color css
<style>
span { border-color: #279196; }
span { border-color: rgb(39,145,150); }
td.TdClassName
{
border-color: #279196;
}
.TagClassName
{
border-color: #279196;
}
</style>