#2B4854

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

Shades of Teal Blue #2B4854

Tints of Teal Blue #2B4854

Color information

#2B4854 (or 0x2B4854) is unknown color: approx Teal Blue. HEX triplet: 2B, 48 and 54. RGB value is (43,72,84). Sum of RGB (Red+Green+Blue) = 43+72+84=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B4854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4854 is #D4B7AB. Grayscale: #404040. Windows color (decimal): -13940652 or 5523499. OLE color: 5523499.

HSL color Cylindrical-coordinate representation of color #2B4854: hue angle of 197.56º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B4854 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB437284-
CMYK0.490.1400.67
HSL197.56º32.28%24.9%-
HSV(B)197.56º48.81%32.94%-
XYZ4.915.799.25-
YUV64.7138.89112.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.61%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=21.61%
G=36.18%
B=42.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4372840.490.1400.67197.5632.2824.9
Hex2B485431E043c62019
Octal53110124611601033064031
Binary101011100100010101001100011110010000111100011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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