#2B4957

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

Shades of Teal Blue #2B4957

Tints of Teal Blue #2B4957

Color information

#2B4957 (or 0x2B4957) is unknown color: approx Teal Blue. HEX triplet: 2B, 49 and 57. RGB value is (43,73,87). Sum of RGB (Red+Green+Blue) = 43+73+87=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B4957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4957 is #D4B6A8. Grayscale: #414141. Windows color (decimal): -13940393 or 5720363. OLE color: 5720363.

HSL color Cylindrical-coordinate representation of color #2B4957: hue angle of 199.09º 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 #2B4957 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB437387-
CMYK0.510.1600.66
HSL199.09º33.85%25.49%-
HSV(B)199.09º50.57%34.12%-
XYZ5.15.979.9-
YUV65.63140.06111.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=21.18%
G=35.96%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4373870.510.1600.66199.0933.8525.49
Hex2B49573310042c72219
Octal53111127632001023074231
Binary1010111001001101011111001110000010000101100011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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