#2E4751

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

Shades of Teal Blue #2E4751

Tints of Teal Blue #2E4751

Color information

#2E4751 (or 0x2E4751) is unknown color: approx Teal Blue. HEX triplet: 2E, 47 and 51. RGB value is (46,71,81). Sum of RGB (Red+Green+Blue) = 46+71+81=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E4751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4751 is #D1B8AE. Grayscale: #404040. Windows color (decimal): -13744303 or 5326638. OLE color: 5326638.

HSL color Cylindrical-coordinate representation of color #2E4751: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4751 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB467181-
CMYK0.430.1200.68
HSL197.14º27.56%24.9%-
HSV(B)197.14º43.21%31.76%-
XYZ4.875.688.62-
YUV64.66137.22114.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=23.23%
G=35.86%
B=40.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4671810.430.1200.68197.1427.5624.9
Hex2E47512BC044c51c19
Octal56107121531401043053431
Binary10111010001111010001101011110001000100110001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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