#2B4952

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

Shades of Teal Blue #2B4952

Tints of Teal Blue #2B4952

Color information

#2B4952 (or 0x2B4952) is unknown color: approx 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

RGB437382-
CMYK0.480.1100.68
HSL193.85º31.2%24.51%-
HSV(B)193.85º47.56%32.16%-
XYZ4.95.898.86-
YUV65.06137.56112.27-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4373820.480.1100.68193.8531.224.51
Hex2B495230B044c21f19
Octal53111122601301043023731
Binary10101110010011010010110000101101000100110000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>