#2B4551

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

Shades of Teal Blue #2B4551

Tints of Teal Blue #2B4551

Color information

#2B4551 (or 0x2B4551) is unknown color: approx Teal Blue. HEX triplet: 2B, 45 and 51. RGB value is (43,69,81). Sum of RGB (Red+Green+Blue) = 43+69+81=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B4551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4551 is #D4BAAE. Grayscale: #3E3E3E. Windows color (decimal): -13941423 or 5326123. OLE color: 5326123.

HSL color Cylindrical-coordinate representation of color #2B4551: hue angle of 198.95º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B4551 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB436981-
CMYK0.470.1500.68
HSL198.95º30.65%24.31%-
HSV(B)198.95º46.91%31.76%-
XYZ4.615.368.58-
YUV62.59138.39114.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=22.28%
G=35.75%
B=41.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4369810.470.1500.68198.9530.6524.31
Hex2B45512FF044c71f18
Octal53105121571701043073730
Binary10101110001011010001101111111101000100110001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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