#2E525B

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

Shades of Teal Blue #2E525B

Tints of Teal Blue #2E525B

Color information

#2E525B (or 0x2E525B) is unknown color: approx Teal Blue. HEX triplet: 2E, 52 and 5B. RGB value is (46,82,91). Sum of RGB (Red+Green+Blue) = 46+82+91=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E525B is #D1ADA4. Grayscale: #484848. Windows color (decimal): -13741477 or 5984814. OLE color: 5984814.

HSL color Cylindrical-coordinate representation of color #2E525B: hue angle of 192º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E525B is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB468291-
CMYK0.490.1000.64
HSL192º32.85%26.86%-
HSV(B)192º49.45%35.69%-
XYZ6.037.3711-
YUV72.26138.57109.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=21.00%
G=37.44%
B=41.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4682910.490.1000.6419232.8526.86
Hex2E525B31A040c0211b
Octal56122133611201003004133
Binary101110101001010110111100011010010000001100000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,82,91); }

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

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

 a { background-color: rgb(46,82,91); }

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

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

 span { border-color: rgb(46,82,91); }

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