#2E8889

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

Shades of Blue Chill #2E8889

Tints of Blue Chill #2E8889

Color information

#2E8889 (or 0x2E8889) is unknown color: approx Blue Chill. HEX triplet: 2E, 88 and 89. RGB value is (46,136,137). Sum of RGB (Red+Green+Blue) = 46+136+137=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E8889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8889 is #D17776. Grayscale: #6D6D6D. Windows color (decimal): -13727607 or 9013294. OLE color: 9013294.

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

Color convert

RGB46136137-
CMYK0.660.0100.46
HSL180.66º49.73%35.88%-
HSV(B)180.66º66.42%53.73%-
XYZ14.452026.76-
YUV109.2143.6882.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.42%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=14.42%
G=42.63%
B=42.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461361370.660.0100.46180.6649.7335.88
Hex2E888942102Eb53224
Octal5621021110210562656244
Binary101110100010001000100110000101010111010110101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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