#2E474D

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

Shades of Teal Blue #2E474D

Tints of Teal Blue #2E474D

Color information

#2E474D (or 0x2E474D) is unknown color: approx Teal Blue. HEX triplet: 2E, 47 and 4D. RGB value is (46,71,77). Sum of RGB (Red+Green+Blue) = 46+71+77=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E474D is #D1B8B2. Grayscale: #404040. Windows color (decimal): -13744307 or 5064494. OLE color: 5064494.

HSL color Cylindrical-coordinate representation of color #2E474D: hue angle of 191.61º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E474D is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB467177-
CMYK0.400.0800.70
HSL191.61º25.2%24.12%-
HSV(B)191.61º40.26%30.2%-
XYZ4.725.627.86-
YUV64.21135.22115.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=23.71%
G=36.60%
B=39.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4671770.400.0800.70191.6125.224.12
Hex2E474D288046c01918
Octal56107115501001063003130
Binary10111010001111001101101000100001000110110000001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,71,77); }

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

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

 a { background-color: rgb(46,71,77); }

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

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

 span { border-color: rgb(46,71,77); }

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