Html Css Color HEX #2B535B Teal Blue

📋 copy color: '#2B535B'

red 43 ◦ green 83 ◦ blue 91

#2B535B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #2B535B

Tints of Teal Blue #2B535B

RGB

 RED value IS 43 (17.19% from 255) = 19.82%

 GREEN value IS 83 (32.81% from 255) = 38.25%

 BLUE value IS 91 (35.94% from 255) = 41.94%

R = 19.82%
G = 38.25%
B = 41.94%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2B535B (or 0x2B535B) is known color: Teal Blue. HEX triplet: 2B, 53 and 5B. RGB value is (43,83,91). Sum of RGB (Red+Green+Blue) = 43+83+91=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B535B is #D4ACA4. Grayscale: #474747. Windows color (decimal): -13937829 or 5985067. OLE color: 5985067.

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

Color convert

RGB 43 83 91 -
CMYK 0.53 0.09 0 0.64
HSL 190º 0.36% 0.26% -
HSV(B) 190º 0.53% 0.36% -
XYZ 5.98 7.46 11.02 -
YUV 71.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 43 83 91 0.53 0.09 0 0.64 190 0.36 0.26
Hex 2B 53 5B 35 9 0 40 BE 24 1A
Octal 53 123 133 65 11 0 100 276 44 32
Binary 101011 1010011 1011011 110101 1001 0 1000000 10111110 100100 11010

Color Harmonies of #2B535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B535B

Black with #2B535B

Text Example


Text Example

White with #2B535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,91); }

 H1.HeaderClassName
 {
   color: #2B535B;
 }
 .AnyTagClassName
 {
   color: #2B535B;
 }
</style>

background-color css

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

 a { background-color: rgb(43,83,91); }

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

border-color css

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

 span { border-color: rgb(43,83,91); }

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