#2D474C

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

Shades of Teal Blue #2D474C

Tints of Teal Blue #2D474C

Color information

#2D474C (or 0x2D474C) is unknown color: approx Teal Blue. HEX triplet: 2D, 47 and 4C. RGB value is (45,71,76). Sum of RGB (Red+Green+Blue) = 45+71+76=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D474C is #D2B8B3. Grayscale: #3F3F3F. Windows color (decimal): -13809844 or 4998957. OLE color: 4998957.

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

Color convert

RGB457176-
CMYK0.410.0700.70
HSL189.68º25.62%23.73%-
HSV(B)189.68º40.79%29.8%-
XYZ4.645.597.67-
YUV63.8134.89114.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.44%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 76 (30.08% from 255) = 39.58%
R=23.44%
G=36.98%
B=39.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4571760.410.0700.70189.6825.6223.73
Hex2D474C297046be1a18
Octal5510711451701062763230
Binary1011011000111100110010100111101000110101111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,76); }

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

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

 a { background-color: rgb(45,71,76); }

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

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

 span { border-color: rgb(45,71,76); }

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