#2B515A

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

Shades of Teal Blue #2B515A

Tints of Teal Blue #2B515A

Color information

#2B515A (or 0x2B515A) is unknown color: approx Teal Blue. HEX triplet: 2B, 51 and 5A. RGB value is (43,81,90). Sum of RGB (Red+Green+Blue) = 43+81+90=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B515A is #D4AEA5. Grayscale: #464646. Windows color (decimal): -13938342 or 5919019. OLE color: 5919019.

HSL color Cylindrical-coordinate representation of color #2B515A: hue angle of 191.49º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B515A is Cyan = 0.52, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB438190-
CMYK0.520.100.65
HSL191.49º35.34%26.08%-
HSV(B)191.49º52.22%35.29%-
XYZ5.787.1410.75-
YUV70.66138.91108.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.09%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=20.09%
G=37.85%
B=42.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4381900.520.100.65191.4935.3426.08
Hex2B515A34A041bf231a
Octal53121132641201012774332
Binary101011101000110110101101001010010000011011111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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