Shades of Java #278E8B
Tints of Java #278E8B
RGB
CMYK
RGB Variations
Color information
#278E8B (or 0x278E8B) is known color: Java. HEX triplet: 27, 8E and 8B. RGB value is (39,142,139). Sum of RGB (Red+Green+Blue) = 39+142+139=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #278E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278E8B is #D87174. Grayscale: #6E6E6E. Windows color (decimal): -14184821 or 9145895. OLE color: 9145895.
HSL color Cylindrical-coordinate representation of color #278E8B: hue angle of 178.25º 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 #278E8B is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 142 | 139 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.44 |
| HSL | 178.25º | 0.57% | 0.35% | - |
| HSV(B) | 178.25º | 0.73% | 0.56% | - |
| XYZ | 15.17 | 21.64 | 27.8 | - |
| YUV | 110.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 142 | 139 | 0.73 | 0 | 0.02 | 0.44 | 178.25 | 0.57 | 0.35 |
| Hex | 27 | 8E | 8B | 49 | 0 | 2 | 2C | B2 | 39 | 23 |
| Octal | 47 | 216 | 213 | 111 | 0 | 2 | 54 | 262 | 71 | 43 |
| Binary | 100111 | 10001110 | 10001011 | 1001001 | 0 | 10 | 101100 | 10110010 | 111001 | 100011 |
Color Harmonies of #278E8B
Complementary color
Monochromatic Colors of #278E8B
Black with #278E8B
Text Example
Text Example
White with #278E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278E8B; }
p { color: rgb(39,142,139); }
H1.HeaderClassName
{
color: #278E8B;
}
.AnyTagClassName
{
color: #278E8B;
}
</style>
background-color css
<style>
a { background-color: #278E8B; }
a { background-color: rgb(39,142,139); }
div.DivClassName
{
background-color: #278E8B;
}
.BgClassName
{
background-color: #278E8B;
}
</style>
border-color css
<style>
span { border-color: #278E8B; }
span { border-color: rgb(39,142,139); }
td.TdClassName
{
border-color: #278E8B;
}
.TagClassName
{
border-color: #278E8B;
}
</style>