Shades of Java #2E9EA2
Tints of Java #2E9EA2
RGB
CMYK
RGB Variations
Color information
#2E9EA2 (or 0x2E9EA2) is known color: Java. HEX triplet: 2E, 9E and A2. RGB value is (46,158,162). Sum of RGB (Red+Green+Blue) = 46+158+162=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E9EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9EA2 is #D1615D. Grayscale: #7C7C7C. Windows color (decimal): -13721950 or 10657326. OLE color: 10657326.
HSL color Cylindrical-coordinate representation of color #2E9EA2: hue angle of 182.07º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E9EA2 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 158 | 162 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.36 |
| HSL | 182.07º | 0.56% | 0.41% | - |
| HSV(B) | 182.07º | 0.72% | 0.64% | - |
| XYZ | 19.88 | 27.64 | 38.47 | - |
| YUV | 124.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 158 | 162 | 0.72 | 0.02 | 0 | 0.36 | 182.07 | 0.56 | 0.41 |
| Hex | 2E | 9E | A2 | 48 | 2 | 0 | 24 | B6 | 38 | 29 |
| Octal | 56 | 236 | 242 | 110 | 2 | 0 | 44 | 266 | 70 | 51 |
| Binary | 101110 | 10011110 | 10100010 | 1001000 | 10 | 0 | 100100 | 10110110 | 111000 | 101001 |
Color Harmonies of #2E9EA2
Complementary color
Monochromatic Colors of #2E9EA2
Black with #2E9EA2
Text Example
Text Example
White with #2E9EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9EA2; }
p { color: rgb(46,158,162); }
H1.HeaderClassName
{
color: #2E9EA2;
}
.AnyTagClassName
{
color: #2E9EA2;
}
</style>
background-color css
<style>
a { background-color: #2E9EA2; }
a { background-color: rgb(46,158,162); }
div.DivClassName
{
background-color: #2E9EA2;
}
.BgClassName
{
background-color: #2E9EA2;
}
</style>
border-color css
<style>
span { border-color: #2E9EA2; }
span { border-color: rgb(46,158,162); }
td.TdClassName
{
border-color: #2E9EA2;
}
.TagClassName
{
border-color: #2E9EA2;
}
</style>