Shades of Java #279492
Tints of Java #279492
RGB
CMYK
RGB Variations
Color information
#279492 (or 0x279492) is known color: Java. HEX triplet: 27, 94 and 92. RGB value is (39,148,146). Sum of RGB (Red+Green+Blue) = 39+148+146=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #279492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279492 is #D86B6D. Grayscale: #737373. Windows color (decimal): -14183278 or 9606183. OLE color: 9606183.
HSL color Cylindrical-coordinate representation of color #279492: hue angle of 178.9º degrees, saturation: 0.58, 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 #279492 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 148 | 146 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.42 |
| HSL | 178.9º | 0.58% | 0.37% | - |
| HSV(B) | 178.9º | 0.74% | 0.58% | - |
| XYZ | 16.61 | 23.69 | 30.89 | - |
| YUV | 115.18 | 145.39 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 146 | 0.74 | 0 | 0.01 | 0.42 | 178.9 | 0.58 | 0.37 |
| Hex | 27 | 94 | 92 | 4A | 0 | 1 | 2A | B3 | 3A | 25 |
| Octal | 47 | 224 | 222 | 112 | 0 | 1 | 52 | 263 | 72 | 45 |
| Binary | 100111 | 10010100 | 10010010 | 1001010 | 0 | 1 | 101010 | 10110011 | 111010 | 100101 |
Color Harmonies of #279492
Complementary color
Monochromatic Colors of #279492
Black with #279492
Text Example
Text Example
White with #279492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279492; }
p { color: rgb(39,148,146); }
H1.HeaderClassName
{
color: #279492;
}
.AnyTagClassName
{
color: #279492;
}
</style>
background-color css
<style>
a { background-color: #279492; }
a { background-color: rgb(39,148,146); }
div.DivClassName
{
background-color: #279492;
}
.BgClassName
{
background-color: #279492;
}
</style>
border-color css
<style>
span { border-color: #279492; }
span { border-color: rgb(39,148,146); }
td.TdClassName
{
border-color: #279492;
}
.TagClassName
{
border-color: #279492;
}
</style>