#2B515C

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

Shades of Teal Blue #2B515C

Tints of Teal Blue #2B515C

Color information

#2B515C (or 0x2B515C) is unknown color: approx Teal Blue. HEX triplet: 2B, 51 and 5C. RGB value is (43,81,92). Sum of RGB (Red+Green+Blue) = 43+81+92=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B515C is #D4AEA3. Grayscale: #464646. Windows color (decimal): -13938340 or 6050091. OLE color: 6050091.

HSL color Cylindrical-coordinate representation of color #2B515C: hue angle of 193.47º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B515C is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB438192-
CMYK0.530.1200.64
HSL193.47º36.3%26.47%-
HSV(B)193.47º53.26%36.08%-
XYZ5.877.1711.2-
YUV70.89139.91108.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=19.91%
G=37.5%
B=42.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4381920.530.1200.64193.4736.326.47
Hex2B515C35C040c1241a
Octal53121134651401003014432
Binary101011101000110111001101011100010000001100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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