#2E4650

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

Shades of Teal Blue #2E4650

Tints of Teal Blue #2E4650

Color information

#2E4650 (or 0x2E4650) is unknown color: approx Teal Blue. HEX triplet: 2E, 46 and 50. RGB value is (46,70,80). Sum of RGB (Red+Green+Blue) = 46+70+80=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4650 is #D1B9AF. Grayscale: #3F3F3F. Windows color (decimal): -13744560 or 5260846. OLE color: 5260846.

HSL color Cylindrical-coordinate representation of color #2E4650: hue angle of 197.65º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4650 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB467080-
CMYK0.420.1200.69
HSL197.65º26.98%24.71%-
HSV(B)197.65º42.5%31.37%-
XYZ4.765.548.41-
YUV63.96137.05115.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=23.47%
G=35.71%
B=40.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4670800.420.1200.69197.6526.9824.71
Hex2E46502AC045c61b19
Octal56106120521401053063331
Binary10111010001101010000101010110001000101110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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