Html Css Color HEX #2E898C Blue Chill

📋 copy color: '#2E898C'

red 46 ◦ green 137 ◦ blue 140

#2E898C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #2E898C

Tints of Blue Chill #2E898C

RGB

 RED value IS 46 (18.36% from 255) = 14.24%

 GREEN value IS 137 (53.91% from 255) = 42.41%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 14.24%
G = 42.41%
B = 43.34%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

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

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

Color convert

RGB 46 137 140 -
CMYK 0.67 0.02 0 0.45
HSL 181.91º 0.51% 0.36% -
HSV(B) 181.91º 0.67% 0.55% -
XYZ 14.81 20.37 27.96 -
YUV 110.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 46 137 140 0.67 0.02 0 0.45 181.91 0.51 0.36
Hex 2E 89 8C 43 2 0 2D B6 33 24
Octal 56 211 214 103 2 0 55 266 63 44
Binary 101110 10001001 10001100 1000011 10 0 101101 10110110 110011 100100

Color Harmonies of #2E898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E898C

Black with #2E898C

Text Example


Text Example

White with #2E898C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E898C;
 }
 .AnyTagClassName
 {
   color: #2E898C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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