Shades of Java #279890
Tints of Java #279890
RGB
CMYK
RGB Variations
Color information
#279890 (or 0x279890) is known color: Java. HEX triplet: 27, 98 and 90. RGB value is (39,152,144). Sum of RGB (Red+Green+Blue) = 39+152+144=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #279890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279890 is #D8676F. Grayscale: #757575. Windows color (decimal): -14182256 or 9476135. OLE color: 9476135.
HSL color Cylindrical-coordinate representation of color #279890: hue angle of 175.75º 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 #279890 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 144 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.40 |
| HSL | 175.75º | 0.59% | 0.37% | - |
| HSV(B) | 175.75º | 0.74% | 0.6% | - |
| XYZ | 17.1 | 24.9 | 30.29 | - |
| YUV | 117.3 | 143.06 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 144 | 0.74 | 0 | 0.05 | 0.40 | 175.75 | 0.59 | 0.37 |
| Hex | 27 | 98 | 90 | 4A | 0 | 5 | 28 | B0 | 3B | 25 |
| Octal | 47 | 230 | 220 | 112 | 0 | 5 | 50 | 260 | 73 | 45 |
| Binary | 100111 | 10011000 | 10010000 | 1001010 | 0 | 101 | 101000 | 10110000 | 111011 | 100101 |
Color Harmonies of #279890
Complementary color
Monochromatic Colors of #279890
Black with #279890
Text Example
Text Example
White with #279890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279890; }
p { color: rgb(39,152,144); }
H1.HeaderClassName
{
color: #279890;
}
.AnyTagClassName
{
color: #279890;
}
</style>
background-color css
<style>
a { background-color: #279890; }
a { background-color: rgb(39,152,144); }
div.DivClassName
{
background-color: #279890;
}
.BgClassName
{
background-color: #279890;
}
</style>
border-color css
<style>
span { border-color: #279890; }
span { border-color: rgb(39,152,144); }
td.TdClassName
{
border-color: #279890;
}
.TagClassName
{
border-color: #279890;
}
</style>