Shades of Java #279EA2
Tints of Java #279EA2
RGB
CMYK
RGB Variations
Color information
#279EA2 (or 0x279EA2) is known color: Java. HEX triplet: 27, 9E and A2. RGB value is (39,158,162). Sum of RGB (Red+Green+Blue) = 39+158+162=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #279EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279EA2 is #D8615D. Grayscale: #7A7A7A. Windows color (decimal): -14180702 or 10657319. OLE color: 10657319.
HSL color Cylindrical-coordinate representation of color #279EA2: hue angle of 181.95º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #279EA2 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 158 | 162 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.36 |
| HSL | 181.95º | 0.61% | 0.39% | - |
| HSV(B) | 181.95º | 0.76% | 0.64% | - |
| XYZ | 19.59 | 27.49 | 38.46 | - |
| YUV | 122.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 158 | 162 | 0.76 | 0.02 | 0 | 0.36 | 181.95 | 0.61 | 0.39 |
| Hex | 27 | 9E | A2 | 4C | 2 | 0 | 24 | B6 | 3D | 27 |
| Octal | 47 | 236 | 242 | 114 | 2 | 0 | 44 | 266 | 75 | 47 |
| Binary | 100111 | 10011110 | 10100010 | 1001100 | 10 | 0 | 100100 | 10110110 | 111101 | 100111 |
Color Harmonies of #279EA2
Complementary color
Monochromatic Colors of #279EA2
Black with #279EA2
Text Example
Text Example
White with #279EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279EA2; }
p { color: rgb(39,158,162); }
H1.HeaderClassName
{
color: #279EA2;
}
.AnyTagClassName
{
color: #279EA2;
}
</style>
background-color css
<style>
a { background-color: #279EA2; }
a { background-color: rgb(39,158,162); }
div.DivClassName
{
background-color: #279EA2;
}
.BgClassName
{
background-color: #279EA2;
}
</style>
border-color css
<style>
span { border-color: #279EA2; }
span { border-color: rgb(39,158,162); }
td.TdClassName
{
border-color: #279EA2;
}
.TagClassName
{
border-color: #279EA2;
}
</style>