Shades of Java #278B89
Tints of Java #278B89
RGB
CMYK
RGB Variations
Color information
#278B89 (or 0x278B89) is known color: Java. HEX triplet: 27, 8B and 89. RGB value is (39,139,137). Sum of RGB (Red+Green+Blue) = 39+139+137=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #278B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B89 is #D87476. Grayscale: #6C6C6C. Windows color (decimal): -14185591 or 9014055. OLE color: 9014055.
HSL color Cylindrical-coordinate representation of color #278B89: hue angle of 178.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278B89 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 139 | 137 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.45 |
| HSL | 178.8º | 0.56% | 0.35% | - |
| HSV(B) | 178.8º | 0.72% | 0.55% | - |
| XYZ | 14.58 | 20.7 | 26.89 | - |
| YUV | 108.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 137 | 0.72 | 0 | 0.01 | 0.45 | 178.8 | 0.56 | 0.35 |
| Hex | 27 | 8B | 89 | 48 | 0 | 1 | 2D | B3 | 38 | 23 |
| Octal | 47 | 213 | 211 | 110 | 0 | 1 | 55 | 263 | 70 | 43 |
| Binary | 100111 | 10001011 | 10001001 | 1001000 | 0 | 1 | 101101 | 10110011 | 111000 | 100011 |
Color Harmonies of #278B89
Complementary color
Monochromatic Colors of #278B89
Black with #278B89
Text Example
Text Example
White with #278B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278B89; }
p { color: rgb(39,139,137); }
H1.HeaderClassName
{
color: #278B89;
}
.AnyTagClassName
{
color: #278B89;
}
</style>
background-color css
<style>
a { background-color: #278B89; }
a { background-color: rgb(39,139,137); }
div.DivClassName
{
background-color: #278B89;
}
.BgClassName
{
background-color: #278B89;
}
</style>
border-color css
<style>
span { border-color: #278B89; }
span { border-color: rgb(39,139,137); }
td.TdClassName
{
border-color: #278B89;
}
.TagClassName
{
border-color: #278B89;
}
</style>