Shades of Java #279593
Tints of Java #279593
RGB
CMYK
RGB Variations
Color information
#279593 (or 0x279593) is known color: Java. HEX triplet: 27, 95 and 93. RGB value is (39,149,147). Sum of RGB (Red+Green+Blue) = 39+149+147=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #279593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279593 is #D86A6C. Grayscale: #737373. Windows color (decimal): -14183021 or 9671975. OLE color: 9671975.
HSL color Cylindrical-coordinate representation of color #279593: hue angle of 178.91º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279593 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 149 | 147 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.42 |
| HSL | 178.91º | 0.59% | 0.37% | - |
| HSV(B) | 178.91º | 0.74% | 0.58% | - |
| XYZ | 16.85 | 24.03 | 31.35 | - |
| YUV | 115.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 147 | 0.74 | 0 | 0.01 | 0.42 | 178.91 | 0.59 | 0.37 |
| Hex | 27 | 95 | 93 | 4A | 0 | 1 | 2A | B3 | 3B | 25 |
| Octal | 47 | 225 | 223 | 112 | 0 | 1 | 52 | 263 | 73 | 45 |
| Binary | 100111 | 10010101 | 10010011 | 1001010 | 0 | 1 | 101010 | 10110011 | 111011 | 100101 |
Color Harmonies of #279593
Complementary color
Monochromatic Colors of #279593
Black with #279593
Text Example
Text Example
White with #279593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279593; }
p { color: rgb(39,149,147); }
H1.HeaderClassName
{
color: #279593;
}
.AnyTagClassName
{
color: #279593;
}
</style>
background-color css
<style>
a { background-color: #279593; }
a { background-color: rgb(39,149,147); }
div.DivClassName
{
background-color: #279593;
}
.BgClassName
{
background-color: #279593;
}
</style>
border-color css
<style>
span { border-color: #279593; }
span { border-color: rgb(39,149,147); }
td.TdClassName
{
border-color: #279593;
}
.TagClassName
{
border-color: #279593;
}
</style>