Shades of Java #278D8E
Tints of Java #278D8E
RGB
CMYK
RGB Variations
Color information
#278D8E (or 0x278D8E) is known color: Java. HEX triplet: 27, 8D and 8E. RGB value is (39,141,142). Sum of RGB (Red+Green+Blue) = 39+141+142=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #278D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278D8E is #D87271. Grayscale: #6E6E6E. Windows color (decimal): -14185074 or 9342247. OLE color: 9342247.
HSL color Cylindrical-coordinate representation of color #278D8E: hue angle of 180.58º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278D8E is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 141 | 142 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.44 |
| HSL | 180.58º | 0.57% | 0.35% | - |
| HSV(B) | 180.58º | 0.73% | 0.56% | - |
| XYZ | 15.24 | 21.43 | 28.92 | - |
| YUV | 110.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 142 | 0.73 | 0.01 | 0 | 0.44 | 180.58 | 0.57 | 0.35 |
| Hex | 27 | 8D | 8E | 49 | 1 | 0 | 2C | B5 | 39 | 23 |
| Octal | 47 | 215 | 216 | 111 | 1 | 0 | 54 | 265 | 71 | 43 |
| Binary | 100111 | 10001101 | 10001110 | 1001001 | 1 | 0 | 101100 | 10110101 | 111001 | 100011 |
Color Harmonies of #278D8E
Complementary color
Monochromatic Colors of #278D8E
Black with #278D8E
Text Example
Text Example
White with #278D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278D8E; }
p { color: rgb(39,141,142); }
H1.HeaderClassName
{
color: #278D8E;
}
.AnyTagClassName
{
color: #278D8E;
}
</style>
background-color css
<style>
a { background-color: #278D8E; }
a { background-color: rgb(39,141,142); }
div.DivClassName
{
background-color: #278D8E;
}
.BgClassName
{
background-color: #278D8E;
}
</style>
border-color css
<style>
span { border-color: #278D8E; }
span { border-color: rgb(39,141,142); }
td.TdClassName
{
border-color: #278D8E;
}
.TagClassName
{
border-color: #278D8E;
}
</style>