#2E878A

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

Shades of Blue Chill #2E878A

Tints of Blue Chill #2E878A

Color information

#2E878A (or 0x2E878A) is unknown color: approx Blue Chill. HEX triplet: 2E, 87 and 8A. RGB value is (46,135,138). Sum of RGB (Red+Green+Blue) = 46+135+138=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E878A is #D17875. Grayscale: #6C6C6C. Windows color (decimal): -13727862 or 9078574. OLE color: 9078574.

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

Color convert

RGB46135138-
CMYK0.670.0200.46
HSL181.96º50%36.08%-
HSV(B)181.96º66.67%54.12%-
XYZ14.3819.7427.1-
YUV108.73144.5183.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.42%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=14.42%
G=42.32%
B=43.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461351380.670.0200.46181.965036.08
Hex2E878A43202Eb63224
Octal5620721210320562666244
Binary1011101000011110001010100001110010111010110110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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