Shades of Java #279893
Tints of Java #279893
RGB
CMYK
RGB Variations
Color information
#279893 (or 0x279893) is known color: Java. HEX triplet: 27, 98 and 93. RGB value is (39,152,147). Sum of RGB (Red+Green+Blue) = 39+152+147=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #279893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279893 is #D8676C. Grayscale: #757575. Windows color (decimal): -14182253 or 9672743. OLE color: 9672743.
HSL color Cylindrical-coordinate representation of color #279893: hue angle of 177.35º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279893 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 147 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.40 |
| HSL | 177.35º | 0.59% | 0.37% | - |
| HSV(B) | 177.35º | 0.74% | 0.6% | - |
| XYZ | 17.33 | 24.99 | 31.51 | - |
| YUV | 117.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 147 | 0.74 | 0 | 0.03 | 0.40 | 177.35 | 0.59 | 0.37 |
| Hex | 27 | 98 | 93 | 4A | 0 | 3 | 28 | B1 | 3B | 25 |
| Octal | 47 | 230 | 223 | 112 | 0 | 3 | 50 | 261 | 73 | 45 |
| Binary | 100111 | 10011000 | 10010011 | 1001010 | 0 | 11 | 101000 | 10110001 | 111011 | 100101 |
Color Harmonies of #279893
Complementary color
Monochromatic Colors of #279893
Black with #279893
Text Example
Text Example
White with #279893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279893; }
p { color: rgb(39,152,147); }
H1.HeaderClassName
{
color: #279893;
}
.AnyTagClassName
{
color: #279893;
}
</style>
background-color css
<style>
a { background-color: #279893; }
a { background-color: rgb(39,152,147); }
div.DivClassName
{
background-color: #279893;
}
.BgClassName
{
background-color: #279893;
}
</style>
border-color css
<style>
span { border-color: #279893; }
span { border-color: rgb(39,152,147); }
td.TdClassName
{
border-color: #279893;
}
.TagClassName
{
border-color: #279893;
}
</style>