#2B464D

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

Shades of Teal Blue #2B464D

Tints of Teal Blue #2B464D

Color information

#2B464D (or 0x2B464D) is unknown color: approx Teal Blue. HEX triplet: 2B, 46 and 4D. RGB value is (43,70,77). Sum of RGB (Red+Green+Blue) = 43+70+77=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B464D is #D4B9B2. Grayscale: #3E3E3E. Windows color (decimal): -13941171 or 5064235. OLE color: 5064235.

HSL color Cylindrical-coordinate representation of color #2B464D: hue angle of 192.35º 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 #2B464D is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB437077-
CMYK0.440.0900.70
HSL192.35º28.33%23.53%-
HSV(B)192.35º44.16%30.2%-
XYZ4.535.437.83-
YUV62.72136.05113.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=22.63%
G=36.84%
B=40.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4370770.440.0900.70192.3528.3323.53
Hex2B464D2C9046c01c18
Octal53106115541101063003430
Binary10101110001101001101101100100101000110110000001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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