#2E4A51

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

Shades of Teal Blue #2E4A51

Tints of Teal Blue #2E4A51

Color information

#2E4A51 (or 0x2E4A51) is unknown color: approx Teal Blue. HEX triplet: 2E, 4A and 51. RGB value is (46,74,81). Sum of RGB (Red+Green+Blue) = 46+74+81=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E4A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4A51 is #D1B5AE. Grayscale: #424242. Windows color (decimal): -13743535 or 5327406. OLE color: 5327406.

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

Color convert

RGB467481-
CMYK0.430.0900.68
HSL192º27.56%24.9%-
HSV(B)192º43.21%31.76%-
XYZ5.066.078.69-
YUV66.43136.22113.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=22.89%
G=36.82%
B=40.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4674810.430.0900.6819227.5624.9
Hex2E4A512B9044c01c19
Octal56112121531101043003431
Binary10111010010101010001101011100101000100110000001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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