#2E484F

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

Shades of Teal Blue #2E484F

Tints of Teal Blue #2E484F

Color information

#2E484F (or 0x2E484F) is unknown color: approx Teal Blue. HEX triplet: 2E, 48 and 4F. RGB value is (46,72,79). Sum of RGB (Red+Green+Blue) = 46+72+79=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E484F is #D1B7B0. Grayscale: #404040. Windows color (decimal): -13744049 or 5195822. OLE color: 5195822.

HSL color Cylindrical-coordinate representation of color #2E484F: hue angle of 192.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E484F is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB467279-
CMYK0.420.0900.69
HSL192.73º26.4%24.51%-
HSV(B)192.73º41.77%30.98%-
XYZ4.865.788.26-
YUV65.02135.89114.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=23.35%
G=36.55%
B=40.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4672790.420.0900.69192.7326.424.51
Hex2E484F2A9045c11a19
Octal56110117521101053013231
Binary10111010010001001111101010100101000101110000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,72,79); }

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

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

 a { background-color: rgb(46,72,79); }

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

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

 span { border-color: rgb(46,72,79); }

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