Shades of Java #279498
Tints of Java #279498
RGB
CMYK
RGB Variations
Color information
#279498 (or 0x279498) is known color: Java. HEX triplet: 27, 94 and 98. RGB value is (39,148,152). Sum of RGB (Red+Green+Blue) = 39+148+152=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #279498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279498 is #D86B67. Grayscale: #737373. Windows color (decimal): -14183272 or 9999399. OLE color: 9999399.
HSL color Cylindrical-coordinate representation of color #279498: hue angle of 182.12º 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 #279498 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 148 | 152 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.40 |
| HSL | 182.12º | 0.59% | 0.37% | - |
| HSV(B) | 182.12º | 0.74% | 0.6% | - |
| XYZ | 17.09 | 23.88 | 33.41 | - |
| YUV | 115.87 | 148.39 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 152 | 0.74 | 0.03 | 0 | 0.40 | 182.12 | 0.59 | 0.37 |
| Hex | 27 | 94 | 98 | 4A | 3 | 0 | 28 | B6 | 3B | 25 |
| Octal | 47 | 224 | 230 | 112 | 3 | 0 | 50 | 266 | 73 | 45 |
| Binary | 100111 | 10010100 | 10011000 | 1001010 | 11 | 0 | 101000 | 10110110 | 111011 | 100101 |
Color Harmonies of #279498
Complementary color
Monochromatic Colors of #279498
Black with #279498
Text Example
Text Example
White with #279498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279498; }
p { color: rgb(39,148,152); }
H1.HeaderClassName
{
color: #279498;
}
.AnyTagClassName
{
color: #279498;
}
</style>
background-color css
<style>
a { background-color: #279498; }
a { background-color: rgb(39,148,152); }
div.DivClassName
{
background-color: #279498;
}
.BgClassName
{
background-color: #279498;
}
</style>
border-color css
<style>
span { border-color: #279498; }
span { border-color: rgb(39,148,152); }
td.TdClassName
{
border-color: #279498;
}
.TagClassName
{
border-color: #279498;
}
</style>