#2E464E

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

Shades of Teal Blue #2E464E

Tints of Teal Blue #2E464E

Color information

#2E464E (or 0x2E464E) is unknown color: approx Teal Blue. HEX triplet: 2E, 46 and 4E. RGB value is (46,70,78). Sum of RGB (Red+Green+Blue) = 46+70+78=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E464E is #D1B9B1. Grayscale: #3F3F3F. Windows color (decimal): -13744562 or 5129774. OLE color: 5129774.

HSL color Cylindrical-coordinate representation of color #2E464E: hue angle of 195º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E464E is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB467078-
CMYK0.410.1000.69
HSL195º25.81%24.31%-
HSV(B)195º41.03%30.59%-
XYZ4.695.518.02-
YUV63.74136.05115.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=23.71%
G=36.08%
B=40.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4670780.410.1000.6919525.8124.31
Hex2E464E29A045c31a18
Octal56106116511201053033230
Binary10111010001101001110101001101001000101110000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,70,78); }

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

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

 a { background-color: rgb(46,70,78); }

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

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

 span { border-color: rgb(46,70,78); }

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