#289186

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

Shades of Java #289186

Tints of Java #289186

Color information

#289186 (or 0x289186) is unknown color: approx Java. HEX triplet: 28, 91 and 86. RGB value is (40,145,134). Sum of RGB (Red+Green+Blue) = 40+145+134=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #289186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289186 is #D76E79. Grayscale: #707070. Windows color (decimal): -14118522 or 8818984. OLE color: 8818984.

HSL color Cylindrical-coordinate representation of color #289186: hue angle of 173.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #289186 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB40145134-
CMYK0.7200.080.43
HSL173.71º56.76%36.27%-
HSV(B)173.71º72.41%56.86%-
XYZ15.322.4226.08-
YUV112.35140.2176.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.54%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=12.54%
G=45.45%
B=42.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401451340.7200.080.43173.7156.7636.27
Hex28918648082Bae3924
Octal50221206110010532567144
Binary101000100100011000011010010000100010101110101110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289186; }

 p { color: rgb(40,145,134); }

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

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

 a { background-color: rgb(40,145,134); }

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

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

 span { border-color: rgb(40,145,134); }

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