#2C494F

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

Shades of Teal Blue #2C494F

Tints of Teal Blue #2C494F

Color information

#2C494F (or 0x2C494F) is unknown color: approx Teal Blue. HEX triplet: 2C, 49 and 4F. RGB value is (44,73,79). Sum of RGB (Red+Green+Blue) = 44+73+79=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C494F is #D3B6B0. Grayscale: #404040. Windows color (decimal): -13874865 or 5196076. OLE color: 5196076.

HSL color Cylindrical-coordinate representation of color #2C494F: hue angle of 190.29º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C494F is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB447379-
CMYK0.440.0800.69
HSL190.29º28.46%24.12%-
HSV(B)190.29º44.3%30.98%-
XYZ4.835.878.27-
YUV65.01135.89113.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.45%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=22.45%
G=37.24%
B=40.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4473790.440.0800.69190.2928.4624.12
Hex2C494F2C8045be1c18
Octal54111117541001052763430
Binary10110010010011001111101100100001000101101111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,73,79); }

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

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

 a { background-color: rgb(44,73,79); }

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

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

 span { border-color: rgb(44,73,79); }

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