Shades of Java #279AA0
Tints of Java #279AA0
RGB
CMYK
RGB Variations
Color information
#279AA0 (or 0x279AA0) is known color: Java. HEX triplet: 27, 9A and A0. RGB value is (39,154,160). Sum of RGB (Red+Green+Blue) = 39+154+160=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #279AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279AA0 is #D8655F. Grayscale: #787878. Windows color (decimal): -14181728 or 10525223. OLE color: 10525223.
HSL color Cylindrical-coordinate representation of color #279AA0: hue angle of 182.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #279AA0 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 154 | 160 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.37 |
| HSL | 182.98º | 0.61% | 0.39% | - |
| HSV(B) | 182.98º | 0.76% | 0.63% | - |
| XYZ | 18.74 | 26.08 | 37.3 | - |
| YUV | 120.3 | 150.4 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 154 | 160 | 0.76 | 0.04 | 0 | 0.37 | 182.98 | 0.61 | 0.39 |
| Hex | 27 | 9A | A0 | 4C | 4 | 0 | 25 | B7 | 3D | 27 |
| Octal | 47 | 232 | 240 | 114 | 4 | 0 | 45 | 267 | 75 | 47 |
| Binary | 100111 | 10011010 | 10100000 | 1001100 | 100 | 0 | 100101 | 10110111 | 111101 | 100111 |
Color Harmonies of #279AA0
Complementary color
Monochromatic Colors of #279AA0
Black with #279AA0
Text Example
Text Example
White with #279AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279AA0; }
p { color: rgb(39,154,160); }
H1.HeaderClassName
{
color: #279AA0;
}
.AnyTagClassName
{
color: #279AA0;
}
</style>
background-color css
<style>
a { background-color: #279AA0; }
a { background-color: rgb(39,154,160); }
div.DivClassName
{
background-color: #279AA0;
}
.BgClassName
{
background-color: #279AA0;
}
</style>
border-color css
<style>
span { border-color: #279AA0; }
span { border-color: rgb(39,154,160); }
td.TdClassName
{
border-color: #279AA0;
}
.TagClassName
{
border-color: #279AA0;
}
</style>