#2E8A88

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

Shades of Blue Chill #2E8A88

Tints of Blue Chill #2E8A88

Color information

#2E8A88 (or 0x2E8A88) is unknown color: approx Blue Chill. HEX triplet: 2E, 8A and 88. RGB value is (46,138,136). Sum of RGB (Red+Green+Blue) = 46+138+136=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8A88 is #D17577. Grayscale: #6E6E6E. Windows color (decimal): -13727096 or 8948270. OLE color: 8948270.

HSL color Cylindrical-coordinate representation of color #2E8A88: hue angle of 178.7º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8A88 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB46138136-
CMYK0.6700.010.46
HSL178.7º50%36.08%-
HSV(B)178.7º66.67%54.12%-
XYZ14.6620.5426.48-
YUV110.26142.5282.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.38%
GREEN value IS 138 (54.30% from 255) = 43.12%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=14.38%
G=43.12%
B=42.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461381360.6700.010.46178.75036.08
Hex2E8A8843012Eb33224
Octal5621221010301562636244
Binary101110100010101000100010000110110111010110011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,138,136); }

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

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

 a { background-color: rgb(46,138,136); }

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

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

 span { border-color: rgb(46,138,136); }

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