#2E535B

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

Shades of Teal Blue #2E535B

Tints of Teal Blue #2E535B

Color information

#2E535B (or 0x2E535B) is unknown color: approx Teal Blue. HEX triplet: 2E, 53 and 5B. RGB value is (46,83,91). Sum of RGB (Red+Green+Blue) = 46+83+91=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E535B is #D1ACA4. Grayscale: #484848. Windows color (decimal): -13741221 or 5985070. OLE color: 5985070.

HSL color Cylindrical-coordinate representation of color #2E535B: hue angle of 190.67º 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 #2E535B is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB468391-
CMYK0.490.0900.64
HSL190.67º32.85%26.86%-
HSV(B)190.67º49.45%35.69%-
XYZ6.117.5211.03-
YUV72.85138.24108.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=20.91%
G=37.73%
B=41.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4683910.490.0900.64190.6732.8526.86
Hex2E535B319040bf211b
Octal56123133611101002774133
Binary101110101001110110111100011001010000001011111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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