#23474D

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

Shades of Teal Blue #23474D

Tints of Teal Blue #23474D

Color information

#23474D (or 0x23474D) is unknown color: approx Teal Blue. HEX triplet: 23, 47 and 4D. RGB value is (35,71,77). Sum of RGB (Red+Green+Blue) = 35+71+77=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #23474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23474D is #DCB8B2. Grayscale: #3C3C3C. Windows color (decimal): -14465203 or 5064483. OLE color: 5064483.

HSL color Cylindrical-coordinate representation of color #23474D: hue angle of 188.57º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23474D is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB357177-
CMYK0.550.0800.70
HSL188.57º37.5%21.96%-
HSV(B)188.57º54.55%30.2%-
XYZ4.295.47.84-
YUV60.92137.07109.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=19.13%
G=38.80%
B=42.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3571770.550.0800.70188.5737.521.96
Hex23474D378046bd2516
Octal43107115671001062754526
Binary100011100011110011011101111000010001101011110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23474D; }

 p { color: rgb(35,71,77); }

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

<style>
 a { background-color: #23474D; }

 a { background-color: rgb(35,71,77); }

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

<style>
 span { border-color: #23474D; }

 span { border-color: rgb(35,71,77); }

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