#2E868B

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

Shades of Blue Chill #2E868B

Tints of Blue Chill #2E868B

Color information

#2E868B (or 0x2E868B) is unknown color: approx Blue Chill. HEX triplet: 2E, 86 and 8B. RGB value is (46,134,139). Sum of RGB (Red+Green+Blue) = 46+134+139=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E868B is #D17974. Grayscale: #6C6C6C. Windows color (decimal): -13728117 or 9143854. OLE color: 9143854.

HSL color Cylindrical-coordinate representation of color #2E868B: hue angle of 183.23º degrees, saturation: 0.5, 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 #2E868B is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB46134139-
CMYK0.670.0400.45
HSL183.23º50.27%36.27%-
HSV(B)183.23º66.91%54.51%-
XYZ14.3119.527.43-
YUV108.26145.3583.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.42%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=14.42%
G=42.01%
B=43.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461341390.670.0400.45183.2350.2736.27
Hex2E868B43402Db73224
Octal5620621310340552676244
Binary10111010000110100010111000011100010110110110111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,134,139); }

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

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

 a { background-color: rgb(46,134,139); }

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

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

 span { border-color: rgb(46,134,139); }

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