Html Css Color HEX #2B515C Teal Blue

📋 copy color: '#2B515C'

red 43 ◦ green 81 ◦ blue 92

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

Shades of Teal Blue #2B515C

Tints of Teal Blue #2B515C

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 value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2B515C (or 0x2B515C) is known color: 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

RGB 43 81 92 -
CMYK 0.53 0.12 0 0.64
HSL 193.47º 0.36% 0.26% -
HSV(B) 193.47º 0.53% 0.36% -
XYZ 5.87 7.17 11.2 -
YUV 70.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 43 81 92 0.53 0.12 0 0.64 193.47 0.36 0.26
Hex 2B 51 5C 35 C 0 40 C1 24 1A
Octal 53 121 134 65 14 0 100 301 44 32
Binary 101011 1010001 1011100 110101 1100 0 1000000 11000001 100100 11010

Color Harmonies of #2B515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B515C

Black with #2B515C

Text Example


Text Example

White with #2B515C

Text Example


Text Example

HTML Codes & Css Web 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>