#23474C

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

Shades of Teal Blue #23474C

Tints of Teal Blue #23474C

Color information

#23474C (or 0x23474C) is unknown color: approx Teal Blue. HEX triplet: 23, 47 and 4C. RGB value is (35,71,76). Sum of RGB (Red+Green+Blue) = 35+71+76=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #23474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23474C is #DCB8B3. Grayscale: #3C3C3C. Windows color (decimal): -14465204 or 4998947. OLE color: 4998947.

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

Color convert

RGB357176-
CMYK0.540.0700.70
HSL187.32º36.94%21.76%-
HSV(B)187.32º53.95%29.8%-
XYZ4.255.397.65-
YUV60.81136.57109.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.23%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=19.23%
G=39.01%
B=41.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3571760.540.0700.70187.3236.9421.76
Hex23474C367046bb2516
Octal4310711466701062734526
Binary10001110001111001100110110111010001101011101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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