Html Css Color HEX #2E515B Teal Blue

📋 copy color: '#2E515B'

red 46 ◦ green 81 ◦ blue 91

#2E515B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #2E515B

Tints of Teal Blue #2E515B

RGB

 RED value IS 46 (18.36% from 255) = 21.1%

 GREEN value IS 81 (32.03% from 255) = 37.16%

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 21.1%
G = 37.16%
B = 41.74%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E515B (or 0x2E515B) is known color: Teal Blue. HEX triplet: 2E, 51 and 5B. RGB value is (46,81,91). Sum of RGB (Red+Green+Blue) = 46+81+91=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E515B is #D1AEA4. Grayscale: #474747. Windows color (decimal): -13741733 or 5984558. OLE color: 5984558.

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

Color convert

RGB 46 81 91 -
CMYK 0.49 0.11 0 0.64
HSL 193.33º 0.33% 0.27% -
HSV(B) 193.33º 0.49% 0.36% -
XYZ 5.96 7.22 10.98 -
YUV 71.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 46 81 91 0.49 0.11 0 0.64 193.33 0.33 0.27
Hex 2E 51 5B 31 B 0 40 C1 21 1B
Octal 56 121 133 61 13 0 100 301 41 33
Binary 101110 1010001 1011011 110001 1011 0 1000000 11000001 100001 11011

Color Harmonies of #2E515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E515B

Black with #2E515B

Text Example


Text Example

White with #2E515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E515B;
 }
 .AnyTagClassName
 {
   color: #2E515B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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