Shades of Java #278D93
Tints of Java #278D93
RGB
CMYK
RGB Variations
Color information
#278D93 (or 0x278D93) is known color: Java. HEX triplet: 27, 8D and 93. RGB value is (39,141,147). Sum of RGB (Red+Green+Blue) = 39+141+147=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #278D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278D93 is #D8726C. Grayscale: #6F6F6F. Windows color (decimal): -14185069 or 9669927. OLE color: 9669927.
HSL color Cylindrical-coordinate representation of color #278D93: hue angle of 183.33º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278D93 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 141 | 147 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.42 |
| HSL | 183.33º | 0.58% | 0.36% | - |
| HSV(B) | 183.33º | 0.73% | 0.58% | - |
| XYZ | 15.63 | 21.59 | 30.95 | - |
| YUV | 111.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 147 | 0.73 | 0.04 | 0 | 0.42 | 183.33 | 0.58 | 0.36 |
| Hex | 27 | 8D | 93 | 49 | 4 | 0 | 2A | B7 | 3A | 24 |
| Octal | 47 | 215 | 223 | 111 | 4 | 0 | 52 | 267 | 72 | 44 |
| Binary | 100111 | 10001101 | 10010011 | 1001001 | 100 | 0 | 101010 | 10110111 | 111010 | 100100 |
Color Harmonies of #278D93
Complementary color
Monochromatic Colors of #278D93
Black with #278D93
Text Example
Text Example
White with #278D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278D93; }
p { color: rgb(39,141,147); }
H1.HeaderClassName
{
color: #278D93;
}
.AnyTagClassName
{
color: #278D93;
}
</style>
background-color css
<style>
a { background-color: #278D93; }
a { background-color: rgb(39,141,147); }
div.DivClassName
{
background-color: #278D93;
}
.BgClassName
{
background-color: #278D93;
}
</style>
border-color css
<style>
span { border-color: #278D93; }
span { border-color: rgb(39,141,147); }
td.TdClassName
{
border-color: #278D93;
}
.TagClassName
{
border-color: #278D93;
}
</style>