#2B878C

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

Shades of Java #2B878C

Tints of Java #2B878C

Color information

#2B878C (or 0x2B878C) is unknown color: approx Java. HEX triplet: 2B, 87 and 8C. RGB value is (43,135,140). Sum of RGB (Red+Green+Blue) = 43+135+140=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B878C is #D47873. Grayscale: #6B6B6B. Windows color (decimal): -13924468 or 9209643. OLE color: 9209643.

HSL color Cylindrical-coordinate representation of color #2B878C: hue angle of 183.09º 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 #2B878C is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB43135140-
CMYK0.690.0400.45
HSL183.09º53.01%35.88%-
HSV(B)183.09º69.29%54.9%-
XYZ14.3919.7327.86-
YUV108.06146.0281.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.52%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=13.52%
G=42.45%
B=44.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431351400.690.0400.45183.0953.0135.88
Hex2B878C45402Db73524
Octal5320721410540552676544
Binary10101110000111100011001000101100010110110110111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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