Shades of Java #279297
Tints of Java #279297
RGB
CMYK
RGB Variations
Color information
#279297 (or 0x279297) is known color: Java. HEX triplet: 27, 92 and 97. RGB value is (39,146,151). Sum of RGB (Red+Green+Blue) = 39+146+151=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #279297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279297 is #D86D68. Grayscale: #727272. Windows color (decimal): -14183785 or 9933351. OLE color: 9933351.
HSL color Cylindrical-coordinate representation of color #279297: hue angle of 182.68º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279297 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 146 | 151 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.41 |
| HSL | 182.68º | 0.59% | 0.37% | - |
| HSV(B) | 182.68º | 0.74% | 0.59% | - |
| XYZ | 16.7 | 23.22 | 32.88 | - |
| YUV | 114.58 | 148.55 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 146 | 151 | 0.74 | 0.03 | 0 | 0.41 | 182.68 | 0.59 | 0.37 |
| Hex | 27 | 92 | 97 | 4A | 3 | 0 | 29 | B7 | 3B | 25 |
| Octal | 47 | 222 | 227 | 112 | 3 | 0 | 51 | 267 | 73 | 45 |
| Binary | 100111 | 10010010 | 10010111 | 1001010 | 11 | 0 | 101001 | 10110111 | 111011 | 100101 |
Color Harmonies of #279297
Complementary color
Monochromatic Colors of #279297
Black with #279297
Text Example
Text Example
White with #279297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279297; }
p { color: rgb(39,146,151); }
H1.HeaderClassName
{
color: #279297;
}
.AnyTagClassName
{
color: #279297;
}
</style>
background-color css
<style>
a { background-color: #279297; }
a { background-color: rgb(39,146,151); }
div.DivClassName
{
background-color: #279297;
}
.BgClassName
{
background-color: #279297;
}
</style>
border-color css
<style>
span { border-color: #279297; }
span { border-color: rgb(39,146,151); }
td.TdClassName
{
border-color: #279297;
}
.TagClassName
{
border-color: #279297;
}
</style>