#2B8890

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

Shades of Java #2B8890

Tints of Java #2B8890

Color information

#2B8890 (or 0x2B8890) is unknown color: approx Java. HEX triplet: 2B, 88 and 90. RGB value is (43,136,144). Sum of RGB (Red+Green+Blue) = 43+136+144=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B8890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8890 is #D4776F. Grayscale: #6C6C6C. Windows color (decimal): -13924208 or 9472043. OLE color: 9472043.

HSL color Cylindrical-coordinate representation of color #2B8890: hue angle of 184.75º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8890 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB43136144-
CMYK0.700.0600.44
HSL184.75º54.01%36.67%-
HSV(B)184.75º70.14%56.47%-
XYZ14.8320.1429.49-
YUV109.1147.6980.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.31%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=13.31%
G=42.11%
B=44.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431361440.700.0600.44184.7554.0136.67
Hex2B889046602Cb93625
Octal5321022010660542716645
Binary10101110001000100100001000110110010110010111001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,136,144); }

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

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

 a { background-color: rgb(43,136,144); }

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

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

 span { border-color: rgb(43,136,144); }

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