#2B575F

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

Shades of Teal Blue #2B575F

Tints of Teal Blue #2B575F

Color information

#2B575F (or 0x2B575F) is unknown color: approx Teal Blue. HEX triplet: 2B, 57 and 5F. RGB value is (43,87,95). Sum of RGB (Red+Green+Blue) = 43+87+95=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B575F is #D4A8A0. Grayscale: #4A4A4A. Windows color (decimal): -13936801 or 6248235. OLE color: 6248235.

HSL color Cylindrical-coordinate representation of color #2B575F: hue angle of 189.23º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B575F is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB438795-
CMYK0.550.0800.63
HSL189.23º37.68%27.06%-
HSV(B)189.23º54.74%37.25%-
XYZ6.478.1612.06-
YUV74.76139.42105.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=19.11%
G=38.67%
B=42.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4387950.550.0800.63189.2337.6827.06
Hex2B575F37803Fbd261b
Octal5312713767100772754633
Binary10101110101111011111110111100001111111011110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,95); }

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

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

 a { background-color: rgb(43,87,95); }

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

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

 span { border-color: rgb(43,87,95); }

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