Shades of Java #279195
Tints of Java #279195
RGB
CMYK
RGB Variations
Color information
#279195 (or 0x279195) is known color: Java. HEX triplet: 27, 91 and 95. RGB value is (39,145,149). Sum of RGB (Red+Green+Blue) = 39+145+149=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #279195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279195 is #D86E6A. Grayscale: #717171. Windows color (decimal): -14184043 or 9802023. OLE color: 9802023.
HSL color Cylindrical-coordinate representation of color #279195: hue angle of 182.18º 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 #279195 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 145 | 149 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.42 |
| HSL | 182.18º | 0.59% | 0.37% | - |
| HSV(B) | 182.18º | 0.74% | 0.58% | - |
| XYZ | 16.39 | 22.85 | 31.98 | - |
| YUV | 113.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 145 | 149 | 0.74 | 0.03 | 0 | 0.42 | 182.18 | 0.59 | 0.37 |
| Hex | 27 | 91 | 95 | 4A | 3 | 0 | 2A | B6 | 3B | 25 |
| Octal | 47 | 221 | 225 | 112 | 3 | 0 | 52 | 266 | 73 | 45 |
| Binary | 100111 | 10010001 | 10010101 | 1001010 | 11 | 0 | 101010 | 10110110 | 111011 | 100101 |
Color Harmonies of #279195
Complementary color
Monochromatic Colors of #279195
Black with #279195
Text Example
Text Example
White with #279195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279195; }
p { color: rgb(39,145,149); }
H1.HeaderClassName
{
color: #279195;
}
.AnyTagClassName
{
color: #279195;
}
</style>
background-color css
<style>
a { background-color: #279195; }
a { background-color: rgb(39,145,149); }
div.DivClassName
{
background-color: #279195;
}
.BgClassName
{
background-color: #279195;
}
</style>
border-color css
<style>
span { border-color: #279195; }
span { border-color: rgb(39,145,149); }
td.TdClassName
{
border-color: #279195;
}
.TagClassName
{
border-color: #279195;
}
</style>