#2B888C

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

Shades of Java #2B888C

Tints of Java #2B888C

Color information

#2B888C (or 0x2B888C) is unknown color: approx Java. HEX triplet: 2B, 88 and 8C. RGB value is (43,136,140). Sum of RGB (Red+Green+Blue) = 43+136+140=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B888C is #D47773. Grayscale: #6C6C6C. Windows color (decimal): -13924212 or 9209899. OLE color: 9209899.

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

Color convert

RGB43136140-
CMYK0.690.0300.45
HSL182.47º53.01%35.88%-
HSV(B)182.47º69.29%54.9%-
XYZ14.5320.0227.91-
YUV108.65145.6981.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.48%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=13.48%
G=42.63%
B=43.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431361400.690.0300.45182.4753.0135.88
Hex2B888C45302Db63524
Octal5321021410530552666544
Binary1010111000100010001100100010111010110110110110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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