Shades of Java #2E9298
Tints of Java #2E9298
RGB
CMYK
RGB Variations
Color information
#2E9298 (or 0x2E9298) is known color: Java. HEX triplet: 2E, 92 and 98. RGB value is (46,146,152). Sum of RGB (Red+Green+Blue) = 46+146+152=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #2E9298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9298 is #D16D67. Grayscale: #747474. Windows color (decimal): -13725032 or 9998894. OLE color: 9998894.
HSL color Cylindrical-coordinate representation of color #2E9298: hue angle of 183.4º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9298 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 146 | 152 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.40 |
| HSL | 183.4º | 0.54% | 0.39% | - |
| HSV(B) | 183.4º | 0.7% | 0.6% | - |
| XYZ | 17.07 | 23.41 | 33.32 | - |
| YUV | 116.78 | 147.87 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 146 | 152 | 0.70 | 0.04 | 0 | 0.40 | 183.4 | 0.54 | 0.39 |
| Hex | 2E | 92 | 98 | 46 | 4 | 0 | 28 | B7 | 36 | 27 |
| Octal | 56 | 222 | 230 | 106 | 4 | 0 | 50 | 267 | 66 | 47 |
| Binary | 101110 | 10010010 | 10011000 | 1000110 | 100 | 0 | 101000 | 10110111 | 110110 | 100111 |
Color Harmonies of #2E9298
Complementary color
Monochromatic Colors of #2E9298
Black with #2E9298
Text Example
Text Example
White with #2E9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9298; }
p { color: rgb(46,146,152); }
H1.HeaderClassName
{
color: #2E9298;
}
.AnyTagClassName
{
color: #2E9298;
}
</style>
background-color css
<style>
a { background-color: #2E9298; }
a { background-color: rgb(46,146,152); }
div.DivClassName
{
background-color: #2E9298;
}
.BgClassName
{
background-color: #2E9298;
}
</style>
border-color css
<style>
span { border-color: #2E9298; }
span { border-color: rgb(46,146,152); }
td.TdClassName
{
border-color: #2E9298;
}
.TagClassName
{
border-color: #2E9298;
}
</style>