#2B4951

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

Shades of Teal Blue #2B4951

Tints of Teal Blue #2B4951

Color information

#2B4951 (or 0x2B4951) is unknown color: approx Teal Blue. HEX triplet: 2B, 49 and 51. RGB value is (43,73,81). Sum of RGB (Red+Green+Blue) = 43+73+81=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B4951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4951 is #D4B6AE. Grayscale: #404040. Windows color (decimal): -13940399 or 5327147. OLE color: 5327147.

HSL color Cylindrical-coordinate representation of color #2B4951: hue angle of 192.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B4951 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB437381-
CMYK0.470.1000.68
HSL192.63º30.65%24.31%-
HSV(B)192.63º46.91%31.76%-
XYZ4.865.878.66-
YUV64.94137.06112.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=21.83%
G=37.06%
B=41.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4373810.470.1000.68192.6330.6524.31
Hex2B49512FA044c11f18
Octal53111121571201043013730
Binary10101110010011010001101111101001000100110000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,73,81); }

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

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

 a { background-color: rgb(43,73,81); }

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

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

 span { border-color: rgb(43,73,81); }

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