Shades of Java #2E959B
Tints of Java #2E959B
RGB
CMYK
RGB Variations
Color information
#2E959B (or 0x2E959B) is known color: Java. HEX triplet: 2E, 95 and 9B. RGB value is (46,149,155). Sum of RGB (Red+Green+Blue) = 46+149+155=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E959B is #D16A64. Grayscale: #767676. Windows color (decimal): -13724261 or 10196270. OLE color: 10196270.
HSL color Cylindrical-coordinate representation of color #2E959B: hue angle of 183.3º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E959B is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 149 | 155 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.39 |
| HSL | 183.3º | 0.54% | 0.39% | - |
| HSV(B) | 183.3º | 0.7% | 0.61% | - |
| XYZ | 17.79 | 24.44 | 34.79 | - |
| YUV | 118.89 | 148.38 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 155 | 0.70 | 0.04 | 0 | 0.39 | 183.3 | 0.54 | 0.39 |
| Hex | 2E | 95 | 9B | 46 | 4 | 0 | 27 | B7 | 36 | 27 |
| Octal | 56 | 225 | 233 | 106 | 4 | 0 | 47 | 267 | 66 | 47 |
| Binary | 101110 | 10010101 | 10011011 | 1000110 | 100 | 0 | 100111 | 10110111 | 110110 | 100111 |
Color Harmonies of #2E959B
Complementary color
Monochromatic Colors of #2E959B
Black with #2E959B
Text Example
Text Example
White with #2E959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E959B; }
p { color: rgb(46,149,155); }
H1.HeaderClassName
{
color: #2E959B;
}
.AnyTagClassName
{
color: #2E959B;
}
</style>
background-color css
<style>
a { background-color: #2E959B; }
a { background-color: rgb(46,149,155); }
div.DivClassName
{
background-color: #2E959B;
}
.BgClassName
{
background-color: #2E959B;
}
</style>
border-color css
<style>
span { border-color: #2E959B; }
span { border-color: rgb(46,149,155); }
td.TdClassName
{
border-color: #2E959B;
}
.TagClassName
{
border-color: #2E959B;
}
</style>