Shades of Java #278F95
Tints of Java #278F95
RGB
CMYK
RGB Variations
Color information
#278F95 (or 0x278F95) is known color: Java. HEX triplet: 27, 8F and 95. RGB value is (39,143,149). Sum of RGB (Red+Green+Blue) = 39+143+149=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #278F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278F95 is #D8706A. Grayscale: #707070. Windows color (decimal): -14184555 or 9801511. OLE color: 9801511.
HSL color Cylindrical-coordinate representation of color #278F95: hue angle of 183.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #278F95 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 143 | 149 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.42 |
| HSL | 183.27º | 0.59% | 0.37% | - |
| HSV(B) | 183.27º | 0.74% | 0.58% | - |
| XYZ | 16.08 | 22.25 | 31.88 | - |
| YUV | 112.59 | 148.54 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 143 | 149 | 0.74 | 0.04 | 0 | 0.42 | 183.27 | 0.59 | 0.37 |
| Hex | 27 | 8F | 95 | 4A | 4 | 0 | 2A | B7 | 3B | 25 |
| Octal | 47 | 217 | 225 | 112 | 4 | 0 | 52 | 267 | 73 | 45 |
| Binary | 100111 | 10001111 | 10010101 | 1001010 | 100 | 0 | 101010 | 10110111 | 111011 | 100101 |
Color Harmonies of #278F95
Complementary color
Monochromatic Colors of #278F95
Black with #278F95
Text Example
Text Example
White with #278F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278F95; }
p { color: rgb(39,143,149); }
H1.HeaderClassName
{
color: #278F95;
}
.AnyTagClassName
{
color: #278F95;
}
</style>
background-color css
<style>
a { background-color: #278F95; }
a { background-color: rgb(39,143,149); }
div.DivClassName
{
background-color: #278F95;
}
.BgClassName
{
background-color: #278F95;
}
</style>
border-color css
<style>
span { border-color: #278F95; }
span { border-color: rgb(39,143,149); }
td.TdClassName
{
border-color: #278F95;
}
.TagClassName
{
border-color: #278F95;
}
</style>