#289B94

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

Shades of Java #289B94

Tints of Java #289B94

Color information

#289B94 (or 0x289B94) is unknown color: approx Java. HEX triplet: 28, 9B and 94. RGB value is (40,155,148). Sum of RGB (Red+Green+Blue) = 40+155+148=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #289B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B94 is #D7646B. Grayscale: #777777. Windows color (decimal): -14115948 or 9739048. OLE color: 9739048.

HSL color Cylindrical-coordinate representation of color #289B94: hue angle of 176.35º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B94 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB40155148-
CMYK0.7400.050.39
HSL176.35º58.97%38.24%-
HSV(B)176.35º74.19%60.78%-
XYZ17.9426.0332.1-
YUV119.82143.971.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.66%
GREEN value IS 155 (60.94% from 255) = 45.19%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=11.66%
G=45.19%
B=43.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401551480.7400.050.39176.3558.9738.24
Hex289B944A0527b03b26
Octal5023322411205472607346
Binary10100010011011100101001001010010110011110110000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289B94; }

 p { color: rgb(40,155,148); }

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

<style>
 a { background-color: #289B94; }

 a { background-color: rgb(40,155,148); }

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

<style>
 span { border-color: #289B94; }

 span { border-color: rgb(40,155,148); }

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