#2B474E

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

Shades of Teal Blue #2B474E

Tints of Teal Blue #2B474E

Color information

#2B474E (or 0x2B474E) is unknown color: approx Teal Blue. HEX triplet: 2B, 47 and 4E. RGB value is (43,71,78). Sum of RGB (Red+Green+Blue) = 43+71+78=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #2B474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B474E is #D4B8B1. Grayscale: #3F3F3F. Windows color (decimal): -13940914 or 5130027. OLE color: 5130027.

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

Color convert

RGB437178-
CMYK0.450.0900.69
HSL192º28.93%23.73%-
HSV(B)192º44.87%30.59%-
XYZ4.625.578.04-
YUV63.43136.22113.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=22.40%
G=36.98%
B=40.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4371780.450.0900.6919228.9323.73
Hex2B474E2D9045c01d18
Octal53107116551101053003530
Binary10101110001111001110101101100101000101110000001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,78); }

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

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

 a { background-color: rgb(43,71,78); }

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

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

 span { border-color: rgb(43,71,78); }

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