#2B898C

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

Shades of Java #2B898C

Tints of Java #2B898C

Color information

#2B898C (or 0x2B898C) is unknown color: approx Java. HEX triplet: 2B, 89 and 8C. RGB value is (43,137,140). Sum of RGB (Red+Green+Blue) = 43+137+140=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B898C is #D47673. Grayscale: #6D6D6D. Windows color (decimal): -13923956 or 9210155. OLE color: 9210155.

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

Color convert

RGB43137140-
CMYK0.690.0200.45
HSL181.86º53.01%35.88%-
HSV(B)181.86º69.29%54.9%-
XYZ14.6820.327.96-
YUV109.24145.3680.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.44%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 140 (55.08% from 255) = 43.75%
R=13.44%
G=42.81%
B=43.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431371400.690.0200.45181.8653.0135.88
Hex2B898C45202Db63524
Octal5321121410520552666544
Binary1010111000100110001100100010110010110110110110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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