#2B525A

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

Shades of Teal Blue #2B525A

Tints of Teal Blue #2B525A

Color information

#2B525A (or 0x2B525A) is unknown color: approx Teal Blue. HEX triplet: 2B, 52 and 5A. RGB value is (43,82,90). Sum of RGB (Red+Green+Blue) = 43+82+90=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B525A is #D4ADA5. Grayscale: #474747. Windows color (decimal): -13938086 or 5919275. OLE color: 5919275.

HSL color Cylindrical-coordinate representation of color #2B525A: hue angle of 190.21º 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 #2B525A is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB438290-
CMYK0.520.0900.65
HSL190.21º35.34%26.08%-
HSV(B)190.21º52.22%35.29%-
XYZ5.867.2910.77-
YUV71.25138.58107.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=20%
G=38.14%
B=41.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4382900.520.0900.65190.2135.3426.08
Hex2B525A349041be231a
Octal53122132641101012764332
Binary101011101001010110101101001001010000011011111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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