#2B4750

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

Shades of Teal Blue #2B4750

Tints of Teal Blue #2B4750

Color information

#2B4750 (or 0x2B4750) is unknown color: approx Teal Blue. HEX triplet: 2B, 47 and 50. RGB value is (43,71,80). Sum of RGB (Red+Green+Blue) = 43+71+80=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B4750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4750 is #D4B8AF. Grayscale: #3F3F3F. Windows color (decimal): -13940912 or 5261099. OLE color: 5261099.

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

Color convert

RGB437180-
CMYK0.460.1100.69
HSL194.59º30.08%24.12%-
HSV(B)194.59º46.25%31.37%-
XYZ4.75.68.42-
YUV63.65137.22113.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.16%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=22.16%
G=36.60%
B=41.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4371800.460.1100.69194.5930.0824.12
Hex2B47502EB045c31e18
Octal53107120561301053033630
Binary10101110001111010000101110101101000101110000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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