#2B454F

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

Shades of Teal Blue #2B454F

Tints of Teal Blue #2B454F

Color information

#2B454F (or 0x2B454F) is unknown color: approx Teal Blue. HEX triplet: 2B, 45 and 4F. RGB value is (43,69,79). Sum of RGB (Red+Green+Blue) = 43+69+79=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B454F is #D4BAB0. Grayscale: #3E3E3E. Windows color (decimal): -13941425 or 5195051. OLE color: 5195051.

HSL color Cylindrical-coordinate representation of color #2B454F: hue angle of 196.67º 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 #2B454F is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB436979-
CMYK0.460.1300.69
HSL196.67º29.51%23.92%-
HSV(B)196.67º45.57%30.98%-
XYZ4.545.338.19-
YUV62.37137.39114.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=22.51%
G=36.13%
B=41.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4369790.460.1300.69196.6729.5123.92
Hex2B454F2ED045c51e18
Octal53105117561501053053630
Binary10101110001011001111101110110101000101110001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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