#2B4955

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

Shades of Teal Blue #2B4955

Tints of Teal Blue #2B4955

Color information

#2B4955 (or 0x2B4955) is unknown color: approx Teal Blue. HEX triplet: 2B, 49 and 55. RGB value is (43,73,85). Sum of RGB (Red+Green+Blue) = 43+73+85=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B4955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4955 is #D4B6AA. Grayscale: #414141. Windows color (decimal): -13940395 or 5589291. OLE color: 5589291.

HSL color Cylindrical-coordinate representation of color #2B4955: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B4955 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB437385-
CMYK0.490.1400.67
HSL197.14º32.81%25.1%-
HSV(B)197.14º49.41%33.33%-
XYZ5.025.939.48-
YUV65.4139.06112.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.39%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=21.39%
G=36.32%
B=42.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4373850.490.1400.67197.1432.8125.1
Hex2B495531E043c52119
Octal53111125611601033054131
Binary101011100100110101011100011110010000111100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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