#2B4855

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

Shades of Teal Blue #2B4855

Tints of Teal Blue #2B4855

Color information

#2B4855 (or 0x2B4855) is unknown color: approx Teal Blue. HEX triplet: 2B, 48 and 55. RGB value is (43,72,85). Sum of RGB (Red+Green+Blue) = 43+72+85=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4855 is #D4B7AA. Grayscale: #404040. Windows color (decimal): -13940651 or 5589035. OLE color: 5589035.

HSL color Cylindrical-coordinate representation of color #2B4855: hue angle of 198.57º degrees, saturation: 0.33, 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 #2B4855 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB437285-
CMYK0.490.1500.67
HSL198.57º32.81%25.1%-
HSV(B)198.57º49.41%33.33%-
XYZ4.955.89.45-
YUV64.81139.39112.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=21.5%
G=36%
B=42.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4372850.490.1500.67198.5732.8125.1
Hex2B485531F043c72119
Octal53110125611701033074131
Binary101011100100010101011100011111010000111100011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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