Shades of Java #278F83
Tints of Java #278F83
RGB
CMYK
RGB Variations
Color information
#278F83 (or 0x278F83) is known color: Java. HEX triplet: 27, 8F and 83. RGB value is (39,143,131). Sum of RGB (Red+Green+Blue) = 39+143+131=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #278F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278F83 is #D8707C. Grayscale: #6E6E6E. Windows color (decimal): -14184573 or 8621863. OLE color: 8621863.
HSL color Cylindrical-coordinate representation of color #278F83: hue angle of 173.08º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278F83 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 143 | 131 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.44 |
| HSL | 173.08º | 0.57% | 0.36% | - |
| HSV(B) | 173.08º | 0.73% | 0.56% | - |
| XYZ | 14.76 | 21.71 | 24.89 | - |
| YUV | 110.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 143 | 131 | 0.73 | 0 | 0.08 | 0.44 | 173.08 | 0.57 | 0.36 |
| Hex | 27 | 8F | 83 | 49 | 0 | 8 | 2C | AD | 39 | 24 |
| Octal | 47 | 217 | 203 | 111 | 0 | 10 | 54 | 255 | 71 | 44 |
| Binary | 100111 | 10001111 | 10000011 | 1001001 | 0 | 1000 | 101100 | 10101101 | 111001 | 100100 |
Color Harmonies of #278F83
Complementary color
Monochromatic Colors of #278F83
Black with #278F83
Text Example
Text Example
White with #278F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278F83; }
p { color: rgb(39,143,131); }
H1.HeaderClassName
{
color: #278F83;
}
.AnyTagClassName
{
color: #278F83;
}
</style>
background-color css
<style>
a { background-color: #278F83; }
a { background-color: rgb(39,143,131); }
div.DivClassName
{
background-color: #278F83;
}
.BgClassName
{
background-color: #278F83;
}
</style>
border-color css
<style>
span { border-color: #278F83; }
span { border-color: rgb(39,143,131); }
td.TdClassName
{
border-color: #278F83;
}
.TagClassName
{
border-color: #278F83;
}
</style>