Shades of Java #279895
Tints of Java #279895
RGB
CMYK
RGB Variations
Color information
#279895 (or 0x279895) is known color: Java. HEX triplet: 27, 98 and 95. RGB value is (39,152,149). Sum of RGB (Red+Green+Blue) = 39+152+149=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #279895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279895 is #D8676A. Grayscale: #757575. Windows color (decimal): -14182251 or 9803815. OLE color: 9803815.
HSL color Cylindrical-coordinate representation of color #279895: hue angle of 178.41º 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 #279895 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 149 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.40 |
| HSL | 178.41º | 0.59% | 0.37% | - |
| HSV(B) | 178.41º | 0.74% | 0.6% | - |
| XYZ | 17.49 | 25.06 | 32.35 | - |
| YUV | 117.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 149 | 0.74 | 0 | 0.02 | 0.40 | 178.41 | 0.59 | 0.37 |
| Hex | 27 | 98 | 95 | 4A | 0 | 2 | 28 | B2 | 3B | 25 |
| Octal | 47 | 230 | 225 | 112 | 0 | 2 | 50 | 262 | 73 | 45 |
| Binary | 100111 | 10011000 | 10010101 | 1001010 | 0 | 10 | 101000 | 10110010 | 111011 | 100101 |
Color Harmonies of #279895
Complementary color
Monochromatic Colors of #279895
Black with #279895
Text Example
Text Example
White with #279895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279895; }
p { color: rgb(39,152,149); }
H1.HeaderClassName
{
color: #279895;
}
.AnyTagClassName
{
color: #279895;
}
</style>
background-color css
<style>
a { background-color: #279895; }
a { background-color: rgb(39,152,149); }
div.DivClassName
{
background-color: #279895;
}
.BgClassName
{
background-color: #279895;
}
</style>
border-color css
<style>
span { border-color: #279895; }
span { border-color: rgb(39,152,149); }
td.TdClassName
{
border-color: #279895;
}
.TagClassName
{
border-color: #279895;
}
</style>