Shades of Java #278993
Tints of Java #278993
RGB
CMYK
RGB Variations
Color information
#278993 (or 0x278993) is known color: Java. HEX triplet: 27, 89 and 93. RGB value is (39,137,147). Sum of RGB (Red+Green+Blue) = 39+137+147=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #278993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278993 is #D8766C. Grayscale: #6C6C6C. Windows color (decimal): -14186093 or 9668903. OLE color: 9668903.
HSL color Cylindrical-coordinate representation of color #278993: hue angle of 185.56º 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 #278993 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 137 | 147 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.42 |
| HSL | 185.56º | 0.58% | 0.36% | - |
| HSV(B) | 185.56º | 0.73% | 0.58% | - |
| XYZ | 15.05 | 20.43 | 30.75 | - |
| YUV | 108.84 | 149.53 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 137 | 147 | 0.73 | 0.07 | 0 | 0.42 | 185.56 | 0.58 | 0.36 |
| Hex | 27 | 89 | 93 | 49 | 7 | 0 | 2A | BA | 3A | 24 |
| Octal | 47 | 211 | 223 | 111 | 7 | 0 | 52 | 272 | 72 | 44 |
| Binary | 100111 | 10001001 | 10010011 | 1001001 | 111 | 0 | 101010 | 10111010 | 111010 | 100100 |
Color Harmonies of #278993
Complementary color
Monochromatic Colors of #278993
Black with #278993
Text Example
Text Example
White with #278993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278993; }
p { color: rgb(39,137,147); }
H1.HeaderClassName
{
color: #278993;
}
.AnyTagClassName
{
color: #278993;
}
</style>
background-color css
<style>
a { background-color: #278993; }
a { background-color: rgb(39,137,147); }
div.DivClassName
{
background-color: #278993;
}
.BgClassName
{
background-color: #278993;
}
</style>
border-color css
<style>
span { border-color: #278993; }
span { border-color: rgb(39,137,147); }
td.TdClassName
{
border-color: #278993;
}
.TagClassName
{
border-color: #278993;
}
</style>