Html Css Color HEX #2B4952 Teal Blue

📋 copy color: '#2B4952'

red 43 ◦ green 73 ◦ blue 82

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

Shades of Teal Blue #2B4952

Tints of Teal Blue #2B4952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 21.72%
G = 36.87%
B = 41.41%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2B4952 (or 0x2B4952) is known color: Teal Blue. HEX triplet: 2B, 49 and 52. RGB value is (43,73,82). Sum of RGB (Red+Green+Blue) = 43+73+82=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4952 is #D4B6AD. Grayscale: #404040. Windows color (decimal): -13940398 or 5392683. OLE color: 5392683.

HSL color Cylindrical-coordinate representation of color #2B4952: hue angle of 193.85º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B4952 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 73 82 -
CMYK 0.48 0.11 0 0.68
HSL 193.85º 0.31% 0.25% -
HSV(B) 193.85º 0.48% 0.32% -
XYZ 4.9 5.89 8.86 -
YUV 65.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 43 73 82 0.48 0.11 0 0.68 193.85 0.31 0.25
Hex 2B 49 52 30 B 0 44 C2 1F 19
Octal 53 111 122 60 13 0 104 302 37 31
Binary 101011 1001001 1010010 110000 1011 0 1000100 11000010 11111 11001

Color Harmonies of #2B4952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4952

Black with #2B4952

Text Example


Text Example

White with #2B4952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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