Shades of Java #279293
Tints of Java #279293
RGB
CMYK
RGB Variations
Color information
#279293 (or 0x279293) is known color: Java. HEX triplet: 27, 92 and 93. RGB value is (39,146,147). Sum of RGB (Red+Green+Blue) = 39+146+147=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #279293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279293 is #D86D6C. Grayscale: #727272. Windows color (decimal): -14183789 or 9671207. OLE color: 9671207.
HSL color Cylindrical-coordinate representation of color #279293: hue angle of 180.56º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279293 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 146 | 147 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.42 |
| HSL | 180.56º | 0.58% | 0.36% | - |
| HSV(B) | 180.56º | 0.73% | 0.58% | - |
| XYZ | 16.38 | 23.1 | 31.2 | - |
| YUV | 114.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 146 | 147 | 0.73 | 0.01 | 0 | 0.42 | 180.56 | 0.58 | 0.36 |
| Hex | 27 | 92 | 93 | 49 | 1 | 0 | 2A | B5 | 3A | 24 |
| Octal | 47 | 222 | 223 | 111 | 1 | 0 | 52 | 265 | 72 | 44 |
| Binary | 100111 | 10010010 | 10010011 | 1001001 | 1 | 0 | 101010 | 10110101 | 111010 | 100100 |
Color Harmonies of #279293
Complementary color
Monochromatic Colors of #279293
Black with #279293
Text Example
Text Example
White with #279293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279293; }
p { color: rgb(39,146,147); }
H1.HeaderClassName
{
color: #279293;
}
.AnyTagClassName
{
color: #279293;
}
</style>
background-color css
<style>
a { background-color: #279293; }
a { background-color: rgb(39,146,147); }
div.DivClassName
{
background-color: #279293;
}
.BgClassName
{
background-color: #279293;
}
</style>
border-color css
<style>
span { border-color: #279293; }
span { border-color: rgb(39,146,147); }
td.TdClassName
{
border-color: #279293;
}
.TagClassName
{
border-color: #279293;
}
</style>