#2B464F

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

Shades of Teal Blue #2B464F

Tints of Teal Blue #2B464F

Color information

#2B464F (or 0x2B464F) is unknown color: approx Teal Blue. HEX triplet: 2B, 46 and 4F. RGB value is (43,70,79). Sum of RGB (Red+Green+Blue) = 43+70+79=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B464F is #D4B9B0. Grayscale: #3E3E3E. Windows color (decimal): -13941169 or 5195307. OLE color: 5195307.

HSL color Cylindrical-coordinate representation of color #2B464F: hue angle of 195º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B464F is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB437079-
CMYK0.460.1100.69
HSL195º29.51%23.92%-
HSV(B)195º45.57%30.98%-
XYZ4.65.468.21-
YUV62.95137.05113.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=22.40%
G=36.46%
B=41.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4370790.460.1100.6919529.5123.92
Hex2B464F2EB045c31e18
Octal53106117561301053033630
Binary10101110001101001111101110101101000101110000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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