#2B484D

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

Shades of Teal Blue #2B484D

Tints of Teal Blue #2B484D

Color information

#2B484D (or 0x2B484D) is unknown color: approx Teal Blue. HEX triplet: 2B, 48 and 4D. RGB value is (43,72,77). Sum of RGB (Red+Green+Blue) = 43+72+77=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B484D is #D4B7B2. Grayscale: #3F3F3F. Windows color (decimal): -13940659 or 5064747. OLE color: 5064747.

HSL color Cylindrical-coordinate representation of color #2B484D: hue angle of 188.82º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B484D is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB437277-
CMYK0.440.0600.70
HSL188.82º28.33%23.53%-
HSV(B)188.82º44.16%30.2%-
XYZ4.655.687.87-
YUV63.9135.39113.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=22.40%
G=37.5%
B=40.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4372770.440.0600.70188.8228.3323.53
Hex2B484D2C6046bd1c18
Octal5311011554601062753430
Binary1010111001000100110110110011001000110101111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,72,77); }

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

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

 a { background-color: rgb(43,72,77); }

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

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

 span { border-color: rgb(43,72,77); }

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