#2E4A50

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

Shades of Teal Blue #2E4A50

Tints of Teal Blue #2E4A50

Color information

#2E4A50 (or 0x2E4A50) is unknown color: approx Teal Blue. HEX triplet: 2E, 4A and 50. RGB value is (46,74,80). Sum of RGB (Red+Green+Blue) = 46+74+80=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4A50 is #D1B5AF. Grayscale: #424242. Windows color (decimal): -13743536 or 5261870. OLE color: 5261870.

HSL color Cylindrical-coordinate representation of color #2E4A50: hue angle of 190.59º 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 #2E4A50 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB467480-
CMYK0.420.0800.69
HSL190.59º26.98%24.71%-
HSV(B)190.59º42.5%31.37%-
XYZ5.026.068.49-
YUV66.31135.72113.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 80 (31.64% from 255) = 40%
R=23%
G=37%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4674800.420.0800.69190.5926.9824.71
Hex2E4A502A8045bf1b19
Octal56112120521001052773331
Binary10111010010101010000101010100001000101101111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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