#2B5057

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

Shades of Teal Blue #2B5057

Tints of Teal Blue #2B5057

Color information

#2B5057 (or 0x2B5057) is unknown color: approx Teal Blue. HEX triplet: 2B, 50 and 57. RGB value is (43,80,87). Sum of RGB (Red+Green+Blue) = 43+80+87=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B5057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5057 is #D4AFA8. Grayscale: #454545. Windows color (decimal): -13938601 or 5722155. OLE color: 5722155.

HSL color Cylindrical-coordinate representation of color #2B5057: hue angle of 189.55º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5057 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB438087-
CMYK0.510.0800.66
HSL189.55º33.85%25.49%-
HSV(B)189.55º50.57%34.12%-
XYZ5.596.9410.06-
YUV69.74137.74108.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.48%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 87 (34.38% from 255) = 41.43%
R=20.48%
G=38.10%
B=41.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4380870.510.0800.66189.5533.8525.49
Hex2B5057338042be2219
Octal53120127631001022764231
Binary101011101000010101111100111000010000101011111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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