#2C484D

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

Shades of Teal Blue #2C484D

Tints of Teal Blue #2C484D

Color information

#2C484D (or 0x2C484D) is unknown color: approx Teal Blue. HEX triplet: 2C, 48 and 4D. RGB value is (44,72,77). Sum of RGB (Red+Green+Blue) = 44+72+77=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C484D is #D3B7B2. Grayscale: #404040. Windows color (decimal): -13875123 or 5064748. OLE color: 5064748.

HSL color Cylindrical-coordinate representation of color #2C484D: hue angle of 189.09º 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 #2C484D is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB447277-
CMYK0.430.0600.70
HSL189.09º27.27%23.73%-
HSV(B)189.09º42.86%30.2%-
XYZ4.75.717.88-
YUV64.2135.22113.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.80%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=22.80%
G=37.31%
B=39.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4472770.430.0600.70189.0927.2723.73
Hex2C484D2B6046bd1b18
Octal5411011553601062753330
Binary1011001001000100110110101111001000110101111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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