#2C464D

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

Shades of Teal Blue #2C464D

Tints of Teal Blue #2C464D

Color information

#2C464D (or 0x2C464D) is unknown color: approx Teal Blue. HEX triplet: 2C, 46 and 4D. RGB value is (44,70,77). Sum of RGB (Red+Green+Blue) = 44+70+77=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C464D is #D3B9B2. Grayscale: #3E3E3E. Windows color (decimal): -13875635 or 5064236. OLE color: 5064236.

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

Color convert

RGB447077-
CMYK0.430.0900.70
HSL192.73º27.27%23.73%-
HSV(B)192.73º42.86%30.2%-
XYZ4.575.457.83-
YUV63.02135.89114.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=23.04%
G=36.65%
B=40.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4470770.430.0900.70192.7327.2723.73
Hex2C464D2B9046c11b18
Octal54106115531101063013330
Binary10110010001101001101101011100101000110110000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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