#2E8C89

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

Shades of Blue Chill #2E8C89

Tints of Blue Chill #2E8C89

Color information

#2E8C89 (or 0x2E8C89) is unknown color: approx Blue Chill. HEX triplet: 2E, 8C and 89. RGB value is (46,140,137). Sum of RGB (Red+Green+Blue) = 46+140+137=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8C89 is #D17376. Grayscale: #6F6F6F. Windows color (decimal): -13726583 or 9014318. OLE color: 9014318.

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

Color convert

RGB46140137-
CMYK0.6700.020.45
HSL178.09º50.54%36.47%-
HSV(B)178.09º67.14%54.9%-
XYZ15.0221.1426.96-
YUV111.55142.3681.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.24%
GREEN value IS 140 (55.08% from 255) = 43.34%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=14.24%
G=43.34%
B=42.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461401370.6700.020.45178.0950.5436.47
Hex2E8C8943022Db23324
Octal5621421110302552626344
Binary1011101000110010001001100001101010110110110010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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