#2B474D

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

Shades of Teal Blue #2B474D

Tints of Teal Blue #2B474D

Color information

#2B474D (or 0x2B474D) is unknown color: approx Teal Blue. HEX triplet: 2B, 47 and 4D. RGB value is (43,71,77). Sum of RGB (Red+Green+Blue) = 43+71+77=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B474D is #D4B8B2. Grayscale: #3F3F3F. Windows color (decimal): -13940915 or 5064491. OLE color: 5064491.

HSL color Cylindrical-coordinate representation of color #2B474D: hue angle of 190.59º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B474D is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB437177-
CMYK0.440.0800.70
HSL190.59º28.33%23.53%-
HSV(B)190.59º44.16%30.2%-
XYZ4.595.567.85-
YUV63.31135.72113.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=22.51%
G=37.17%
B=40.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4371770.440.0800.70190.5928.3323.53
Hex2B474D2C8046bf1c18
Octal53107115541001062773430
Binary10101110001111001101101100100001000110101111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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