Shades of Java #279494
Tints of Java #279494
RGB
CMYK
RGB Variations
Color information
#279494 (or 0x279494) is known color: Java. HEX triplet: 27, 94 and 94. RGB value is (39,148,148). Sum of RGB (Red+Green+Blue) = 39+148+148=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #279494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279494 is #D86B6B. Grayscale: #737373. Windows color (decimal): -14183276 or 9737255. OLE color: 9737255.
HSL color Cylindrical-coordinate representation of color #279494: hue angle of 180º 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 #279494 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 148 | 148 | - |
| CMYK | 0.74 | 0 | 0 | 0.42 |
| HSL | 180º | 0.58% | 0.37% | - |
| HSV(B) | 180º | 0.74% | 0.58% | - |
| XYZ | 16.77 | 23.75 | 31.72 | - |
| YUV | 115.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 148 | 0.74 | 0 | 0 | 0.42 | 180 | 0.58 | 0.37 |
| Hex | 27 | 94 | 94 | 4A | 0 | 0 | 2A | B4 | 3A | 25 |
| Octal | 47 | 224 | 224 | 112 | 0 | 0 | 52 | 264 | 72 | 45 |
| Binary | 100111 | 10010100 | 10010100 | 1001010 | 0 | 0 | 101010 | 10110100 | 111010 | 100101 |
Color Harmonies of #279494
Complementary color
Monochromatic Colors of #279494
Black with #279494
Text Example
Text Example
White with #279494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279494; }
p { color: rgb(39,148,148); }
H1.HeaderClassName
{
color: #279494;
}
.AnyTagClassName
{
color: #279494;
}
</style>
background-color css
<style>
a { background-color: #279494; }
a { background-color: rgb(39,148,148); }
div.DivClassName
{
background-color: #279494;
}
.BgClassName
{
background-color: #279494;
}
</style>
border-color css
<style>
span { border-color: #279494; }
span { border-color: rgb(39,148,148); }
td.TdClassName
{
border-color: #279494;
}
.TagClassName
{
border-color: #279494;
}
</style>