#2C464C

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

Shades of Teal Blue #2C464C

Tints of Teal Blue #2C464C

Color information

#2C464C (or 0x2C464C) is unknown color: approx Teal Blue. HEX triplet: 2C, 46 and 4C. RGB value is (44,70,76). Sum of RGB (Red+Green+Blue) = 44+70+76=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C464C is #D3B9B3. Grayscale: #3E3E3E. Windows color (decimal): -13875636 or 4998700. OLE color: 4998700.

HSL color Cylindrical-coordinate representation of color #2C464C: hue angle of 191.25º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C464C is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB447076-
CMYK0.420.0800.70
HSL191.25º26.67%23.53%-
HSV(B)191.25º42.11%29.8%-
XYZ4.535.447.65-
YUV62.91135.39114.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.16%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 76 (30.08% from 255) = 40%
R=23.16%
G=36.84%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4470760.420.0800.70191.2526.6723.53
Hex2C464C2A8046bf1b18
Octal54106114521001062773330
Binary10110010001101001100101010100001000110101111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,70,76); }

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

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

 a { background-color: rgb(44,70,76); }

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

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

 span { border-color: rgb(44,70,76); }

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