#23545C

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

Shades of Teal Blue #23545C

Tints of Teal Blue #23545C

Color information

#23545C (or 0x23545C) is unknown color: approx Teal Blue. HEX triplet: 23, 54 and 5C. RGB value is (35,84,92). Sum of RGB (Red+Green+Blue) = 35+84+92=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #23545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23545C is #DCABA3. Grayscale: #464646. Windows color (decimal): -14461860 or 6050851. OLE color: 6050851.

HSL color Cylindrical-coordinate representation of color #23545C: hue angle of 188.42º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23545C is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB358492-
CMYK0.620.0900.64
HSL188.42º44.88%24.9%-
HSV(B)188.42º61.96%36.08%-
XYZ5.87.4711.26-
YUV70.26140.27102.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.59%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=16.59%
G=39.81%
B=43.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3584920.620.0900.64188.4244.8824.9
Hex23545C3E9040bc2d19
Octal43124134761101002745531
Binary100011101010010111001111101001010000001011110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,84,92); }

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

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

 a { background-color: rgb(35,84,92); }

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

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

 span { border-color: rgb(35,84,92); }

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