Shades of Java #279E9C
Tints of Java #279E9C
RGB
CMYK
RGB Variations
Color information
#279E9C (or 0x279E9C) is known color: Java. HEX triplet: 27, 9E and 9C. RGB value is (39,158,156). Sum of RGB (Red+Green+Blue) = 39+158+156=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 158 - color contains mainly: green. Hex color #279E9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279E9C is #D86163. Grayscale: #7A7A7A. Windows color (decimal): -14180708 or 10264103. OLE color: 10264103.
HSL color Cylindrical-coordinate representation of color #279E9C: hue angle of 178.99º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279E9C is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 158 | 156 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.38 |
| HSL | 178.99º | 0.6% | 0.39% | - |
| HSV(B) | 178.99º | 0.75% | 0.62% | - |
| XYZ | 19.06 | 27.29 | 35.71 | - |
| YUV | 122.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 158 | 156 | 0.75 | 0 | 0.01 | 0.38 | 178.99 | 0.6 | 0.39 |
| Hex | 27 | 9E | 9C | 4B | 0 | 1 | 26 | B3 | 3C | 27 |
| Octal | 47 | 236 | 234 | 113 | 0 | 1 | 46 | 263 | 74 | 47 |
| Binary | 100111 | 10011110 | 10011100 | 1001011 | 0 | 1 | 100110 | 10110011 | 111100 | 100111 |
Color Harmonies of #279E9C
Complementary color
Monochromatic Colors of #279E9C
Black with #279E9C
Text Example
Text Example
White with #279E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279E9C; }
p { color: rgb(39,158,156); }
H1.HeaderClassName
{
color: #279E9C;
}
.AnyTagClassName
{
color: #279E9C;
}
</style>
background-color css
<style>
a { background-color: #279E9C; }
a { background-color: rgb(39,158,156); }
div.DivClassName
{
background-color: #279E9C;
}
.BgClassName
{
background-color: #279E9C;
}
</style>
border-color css
<style>
span { border-color: #279E9C; }
span { border-color: rgb(39,158,156); }
td.TdClassName
{
border-color: #279E9C;
}
.TagClassName
{
border-color: #279E9C;
}
</style>