#2E8F94

Color #2E8F94 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #2E8F94

Tints of Java #2E8F94

Color information

#2E8F94 (or 0x2E8F94) is unknown color: approx Java. HEX triplet: 2E, 8F and 94. RGB value is (46,143,148). Sum of RGB (Red+Green+Blue) = 46+143+148=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E8F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8F94 is #D1706B. Grayscale: #727272. Windows color (decimal): -13725804 or 9735982. OLE color: 9735982.

HSL color Cylindrical-coordinate representation of color #2E8F94: hue angle of 182.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E8F94 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB46143148-
CMYK0.690.0300.42
HSL182.94º52.58%38.04%-
HSV(B)182.94º68.92%58.04%-
XYZ16.2922.3631.47-
YUV114.57146.8679.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 13.65%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=13.65%
G=42.43%
B=43.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461431480.690.0300.42182.9452.5838.04
Hex2E8F9445302Ab73526
Octal5621722410530522676546
Binary1011101000111110010100100010111010101010110111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E8F94; }

 p { color: rgb(46,143,148); }

 H1.HeaderClassName
 {
   color: #2E8F94;
 }
 .AnyTagClassName
 {
   color: #2E8F94;
 }
</style>
background-color css

<style>
 a { background-color: #2E8F94; }

 a { background-color: rgb(46,143,148); }

 div.DivClassName
 {
   background-color: #2E8F94;
 }
 .BgClassName
 {
   background-color: #2E8F94;
 }
</style>
border-color css

<style>
 span { border-color: #2E8F94; }

 span { border-color: rgb(46,143,148); }

 td.TdClassName
 {
   border-color: #2E8F94;
 }
 .TagClassName
 {
   border-color: #2E8F94;
 }
</style>