Shades of Java #278992
Tints of Java #278992
RGB
CMYK
RGB Variations
Color information
#278992 (or 0x278992) is known color: Java. HEX triplet: 27, 89 and 92. RGB value is (39,137,146). Sum of RGB (Red+Green+Blue) = 39+137+146=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #278992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278992 is #D8766D. Grayscale: #6C6C6C. Windows color (decimal): -14186094 or 9603367. OLE color: 9603367.
HSL color Cylindrical-coordinate representation of color #278992: hue angle of 185.05º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278992 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 137 | 146 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.43 |
| HSL | 185.05º | 0.58% | 0.36% | - |
| HSV(B) | 185.05º | 0.73% | 0.57% | - |
| XYZ | 14.97 | 20.4 | 30.34 | - |
| YUV | 108.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 137 | 146 | 0.73 | 0.06 | 0 | 0.43 | 185.05 | 0.58 | 0.36 |
| Hex | 27 | 89 | 92 | 49 | 6 | 0 | 2B | B9 | 3A | 24 |
| Octal | 47 | 211 | 222 | 111 | 6 | 0 | 53 | 271 | 72 | 44 |
| Binary | 100111 | 10001001 | 10010010 | 1001001 | 110 | 0 | 101011 | 10111001 | 111010 | 100100 |
Color Harmonies of #278992
Complementary color
Monochromatic Colors of #278992
Black with #278992
Text Example
Text Example
White with #278992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278992; }
p { color: rgb(39,137,146); }
H1.HeaderClassName
{
color: #278992;
}
.AnyTagClassName
{
color: #278992;
}
</style>
background-color css
<style>
a { background-color: #278992; }
a { background-color: rgb(39,137,146); }
div.DivClassName
{
background-color: #278992;
}
.BgClassName
{
background-color: #278992;
}
</style>
border-color css
<style>
span { border-color: #278992; }
span { border-color: rgb(39,137,146); }
td.TdClassName
{
border-color: #278992;
}
.TagClassName
{
border-color: #278992;
}
</style>