Shades of Java #279892
Tints of Java #279892
RGB
CMYK
RGB Variations
Color information
#279892 (or 0x279892) is known color: Java. HEX triplet: 27, 98 and 92. RGB value is (39,152,146). Sum of RGB (Red+Green+Blue) = 39+152+146=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #279892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279892 is #D8676D. Grayscale: #757575. Windows color (decimal): -14182254 or 9607207. OLE color: 9607207.
HSL color Cylindrical-coordinate representation of color #279892: hue angle of 176.81º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279892 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 146 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.40 |
| HSL | 176.81º | 0.59% | 0.37% | - |
| HSV(B) | 176.81º | 0.74% | 0.6% | - |
| XYZ | 17.25 | 24.96 | 31.1 | - |
| YUV | 117.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 146 | 0.74 | 0 | 0.04 | 0.40 | 176.81 | 0.59 | 0.37 |
| Hex | 27 | 98 | 92 | 4A | 0 | 4 | 28 | B1 | 3B | 25 |
| Octal | 47 | 230 | 222 | 112 | 0 | 4 | 50 | 261 | 73 | 45 |
| Binary | 100111 | 10011000 | 10010010 | 1001010 | 0 | 100 | 101000 | 10110001 | 111011 | 100101 |
Color Harmonies of #279892
Complementary color
Monochromatic Colors of #279892
Black with #279892
Text Example
Text Example
White with #279892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279892; }
p { color: rgb(39,152,146); }
H1.HeaderClassName
{
color: #279892;
}
.AnyTagClassName
{
color: #279892;
}
</style>
background-color css
<style>
a { background-color: #279892; }
a { background-color: rgb(39,152,146); }
div.DivClassName
{
background-color: #279892;
}
.BgClassName
{
background-color: #279892;
}
</style>
border-color css
<style>
span { border-color: #279892; }
span { border-color: rgb(39,152,146); }
td.TdClassName
{
border-color: #279892;
}
.TagClassName
{
border-color: #279892;
}
</style>